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.cc1099 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1100 mark_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetMarkBitmap()); in RemoveSpace()