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

  /art/runtime/gc/collector/
garbage_collector.cc 128 heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap, mark_bitmap);
129 heap_->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
mark_sweep.cc 606 GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
    [all...]
  /art/runtime/gc/accounting/
heap_bitmap.cc 25 void HeapBitmap::ReplaceBitmap(SpaceBitmap* old_bitmap, SpaceBitmap* new_bitmap) {
heap_bitmap.h 95 void ReplaceBitmap(SpaceBitmap* old_bitmap, SpaceBitmap* new_bitmap)

Completed in 43 milliseconds