Home
last modified time | relevance | path

Searched refs:heap_mark_bitmap_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc96 heap_mark_bitmap_(nullptr), in ConcurrentCopying()
133 heap_mark_bitmap_ = heap->GetMarkBitmap(); in ConcurrentCopying()
1213 DCHECK(heap_mark_bitmap_->GetContinuousSpaceBitmap(ref)->Test(ref)); in TestAndSetMarkBitForRef()
1242 DCHECK(heap_mark_bitmap_->GetContinuousSpaceBitmap(ref)->Test(ref)); in TestMarkBitmapForRef()
2899 heap_mark_bitmap_->GetContinuousSpaceBitmap(obj); in AssertToSpaceInvariant()
2904 heap_mark_bitmap_->GetLargeObjectBitmap(obj); in AssertToSpaceInvariant()
H A Dconcurrent_copying.h391 accounting::HeapBitmap* heap_mark_bitmap_; variable