Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dheap_bitmap.h68 void RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap);
Dheap_bitmap.cc67 void HeapBitmap::RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap) { in RemoveLargeObjectBitmap() function in art::gc::accounting::HeapBitmap
/art/runtime/gc/
Dheap.cc802 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
803 mark_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetMarkBitmap()); in RemoveSpace()