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.h74 void RemoveLargeObjectBitmap(LargeObjectBitmap* bitmap);
/art/runtime/gc/
H A Dheap.cc980 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap());
981 mark_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetMarkBitmap());

Completed in 177 milliseconds