HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceBitmap (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/accounting/
heap_bitmap.cc 26 void HeapBitmap::ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap,
heap_bitmap.h 59 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)
  /art/runtime/gc/space/
space.cc 115 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
129 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
  /art/runtime/gc/collector/
garbage_collector.cc 134 heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap, mark_bitmap);
135 heap_->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);

Completed in 84 milliseconds