Home
last modified time | relevance | path

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

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