Home
last modified time | relevance | path

Searched defs:live_bitmap (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc44 accounting::ContinuousSpaceBitmap&& live_bitmap, in FakeImageSpace()
100 accounting::ContinuousSpaceBitmap live_bitmap(std::move(live_bitmaps_.back())); in CreateImageSpace() local
H A Dsemi_space.cc316 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkReachableObjects() local
329 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkReachableObjects() local
H A Dconcurrent_copying.cc664 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in VerifyGrayImmuneObjects() local
1391 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkingPhase() local
1563 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in CopyingPhase() local
2531 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in SweepArray() local
2605 accounting::LargeObjectBitmap* const live_bitmap = los->GetLiveBitmap(); in MarkZygoteLargeObjects() local
H A Dmark_sweep.cc1240 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in SweepArray() local
/aosp12/art/runtime/gc/space/
H A Dspace.cc91 accounting::ContinuousSpaceBitmap* live_bitmap = GetLiveBitmap(); in Sweep() local
H A Dzygote_space.cc47 accounting::ContinuousSpaceBitmap&& live_bitmap, in Create()
H A Dlarge_object_space.cc629 accounting::LargeObjectBitmap* live_bitmap = GetLiveBitmap(); in Sweep() local
H A Dimage_space.cc82 accounting::ContinuousSpaceBitmap&& live_bitmap, in ImageSpace()
/aosp12/art/runtime/gc/accounting/
H A Dmod_union_table.cc352 ContinuousSpaceBitmap* live_bitmap = space_->GetLiveBitmap(); in Verify() local
390 ContinuousSpaceBitmap* live_bitmap = space_->GetLiveBitmap(); in VisitObjects() local
432 ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in UpdateAndMarkReferences() local
H A Dspace_bitmap.cc155 void SpaceBitmap<kAlignment>::SweepWalk(const SpaceBitmap<kAlignment>& live_bitmap, in SweepWalk()
/aosp12/art/runtime/gc/
H A Dheap.cc1090 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace() local
1133 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace() local
1695 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in DumpSpaces() local
/aosp12/art/runtime/
H A Dclass_linker.cc1593 gc::accounting::HeapBitmap* live_bitmap = heap->GetLiveBitmap(); in Update() local