Searched refs:ReplaceBitmap (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
H A Dheap_bitmap.cc26 void HeapBitmap::ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, function in class:art::gc::accounting::HeapBitmap
H A Dheap_bitmap.h59 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)
/art/runtime/gc/space/
H A Dspace.cc115 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
129 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
/art/runtime/gc/collector/
H A Dgarbage_collector.cc134 heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap, mark_bitmap);
135 heap_->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);

Completed in 60 milliseconds