Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/accounting/
H A Dheap_bitmap.cc45 void HeapBitmap::AddLargeObjectBitmap(LargeObjectBitmap* bitmap) { in AddLargeObjectBitmap() function in art::gc::accounting::HeapBitmap
H A Dheap_bitmap.h65 void AddLargeObjectBitmap(LargeObjectBitmap* bitmap);
/aosp12/art/runtime/gc/
H A Dheap.cc1108 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1109 mark_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetMarkBitmap()); in AddSpace()