Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dheap_bitmap.h51 LargeObjectBitmap* GetLargeObjectBitmap(const mirror::Object* obj) const;
Dheap_bitmap-inl.h108 inline LargeObjectBitmap* HeapBitmap::GetLargeObjectBitmap(const mirror::Object* obj) const { in GetLargeObjectBitmap() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc2014 heap_mark_bitmap_->GetLargeObjectBitmap(obj); in LogFromSpaceRefHolder()
2056 heap_mark_bitmap_->GetLargeObjectBitmap(ref); in AssertToSpaceInvariantInNonMovingSpace()
2540 heap_mark_bitmap_->GetLargeObjectBitmap(from_ref); in IsMarked()
2583 heap_mark_bitmap_->GetLargeObjectBitmap(ref); in MarkNonMoving()