Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/accounting/
H A Dheap_bitmap.cc50 void HeapBitmap::RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap) { in RemoveLargeObjectBitmap() function in art::gc::accounting::HeapBitmap
H A Dheap_bitmap.h66 void RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap);
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc1230 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1231 mark_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetMarkBitmap()); in RemoveSpace()