Home
last modified time | relevance | path

Searched refs:moving_space_bitmap_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact-inl.h233 !moving_space_bitmap_->Test(old_ref)) { in UpdateRef()
244 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in UpdateRef()
384 if (!moving_space_bitmap_->Test(old_ref)) { in PostCompactAddressUnchecked()
391 << " bitmap= " << moving_space_bitmap_->DumpMemAround(old_ref) in PostCompactAddressUnchecked()
Dmark_compact.cc464 moving_space_bitmap_(bump_pointer_space_->GetMarkBitmap()), in MarkCompact()
881 const uintptr_t heap_begin = moving_space_bitmap_->HeapBegin(); in InitMovingSpaceFirstObjects()
942 obj = moving_space_bitmap_->FindPrecedingObject(heap_begin + offset * kAlignment); in InitMovingSpaceFirstObjects()
1594 CHECK(moving_space_bitmap_->Test(pre_compact_klass)) in VerifyObject()
1632 DCHECK(moving_space_bitmap_->Test(obj) in CompactPage()
1676 CHECK(moving_space_bitmap_->Test(o)) in CompactPage()
1677 << "ref=" << o << " bitmap: " << moving_space_bitmap_->DumpMemAround(o); in CompactPage()
1941 moving_space_bitmap_->VisitMarkedRange</*kVisitOnce*/true>(start_visit, in SlideBlackPage()
1958 moving_space_bitmap_->VisitMarkedRange( in SlideBlackPage()
2749 moving_space_bitmap_->Set(obj); in UpdateMovingSpaceBlackAllocations()
[all …]
Dmark_compact.h756 accounting::ContinuousSpaceBitmap* const moving_space_bitmap_; variable