Searched refs:heap_mark_bitmap_ (Results 1 – 2 of 2) sorted by relevance
53 heap_mark_bitmap_(nullptr), live_stack_freeze_size_(0), mark_stack_mode_(kMarkStackModeOff), in ConcurrentCopying()68 heap_mark_bitmap_ = heap->GetMarkBitmap(); in ConcurrentCopying()1526 heap_mark_bitmap_->GetContinuousSpaceBitmap(obj); in LogFromSpaceRefHolder()1528 heap_mark_bitmap_->GetLargeObjectBitmap(obj); in LogFromSpaceRefHolder()1567 heap_mark_bitmap_->GetContinuousSpaceBitmap(ref); in AssertToSpaceInvariantInNonMovingSpace()1569 heap_mark_bitmap_->GetLargeObjectBitmap(ref); in AssertToSpaceInvariantInNonMovingSpace()1829 heap_mark_bitmap_->GetContinuousSpaceBitmap(to_ref); in Copy()1869 heap_mark_bitmap_->GetContinuousSpaceBitmap(to_ref); in Copy()1945 DCHECK(heap_mark_bitmap_->GetContinuousSpaceBitmap(from_ref)->Test(from_ref)) in IsMarked()1958 heap_mark_bitmap_->GetContinuousSpaceBitmap(from_ref); in IsMarked()[all …]
208 accounting::HeapBitmap* heap_mark_bitmap_; variable