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

/art/runtime/gc/space/
H A Dspace.cc113 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
127 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
/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.h60 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)
/art/runtime/gc/collector/
H A Dgarbage_collector.cc127 heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap, mark_bitmap);
128 heap_->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);

Completed in 122 milliseconds