Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc42 heap_mark_bitmap_(nullptr), live_stack_freeze_size_(0), in ConcurrentCopying()
56 heap_mark_bitmap_ = heap->GetMarkBitmap(); in ConcurrentCopying()
1038 heap_mark_bitmap_->GetContinuousSpaceBitmap(obj); in AssertToSpaceInvariant()
1040 heap_mark_bitmap_->GetLargeObjectBitmap(obj); in AssertToSpaceInvariant()
1078 heap_mark_bitmap_->GetContinuousSpaceBitmap(ref); in AssertToSpaceInvariant()
1080 heap_mark_bitmap_->GetLargeObjectBitmap(ref); in AssertToSpaceInvariant()
1327 heap_mark_bitmap_->GetContinuousSpaceBitmap(to_ref); in Copy()
1367 heap_mark_bitmap_->GetContinuousSpaceBitmap(to_ref); in Copy()
1443 DCHECK(heap_mark_bitmap_->GetContinuousSpaceBitmap(from_ref)->Test(from_ref)) in IsMarked()
1456 heap_mark_bitmap_->GetContinuousSpaceBitmap(from_ref); in IsMarked()
[all …]
Dconcurrent_copying.h251 accounting::HeapBitmap* heap_mark_bitmap_; variable