Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dheap_bitmap.cc35 void HeapBitmap::ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, in ReplaceLargeObjectBitmap() function in art::gc::accounting::HeapBitmap
Dheap_bitmap.h63 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
/art/runtime/gc/collector/
Dgarbage_collector.cc212 heap_->GetLiveBitmap()->ReplaceLargeObjectBitmap(live_set, mark_set); in SwapBitmaps()
213 heap_->GetMarkBitmap()->ReplaceLargeObjectBitmap(mark_set, live_set); in SwapBitmaps()