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

/art/runtime/gc/accounting/
H A Dheap_bitmap.cc67 void HeapBitmap::RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap) { function in class:art::gc::accounting::HeapBitmap
H A Dheap_bitmap.h75 void RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap);
/art/runtime/gc/
H A Dheap.cc938 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap());
939 mark_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetMarkBitmap());

Completed in 44 milliseconds