Home
last modified time | relevance | path

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

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