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

  /art/runtime/gc/accounting/
heap_bitmap.h 57 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
heap_bitmap.cc 35 void HeapBitmap::ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap,
  /art/runtime/gc/collector/
garbage_collector.cc 128 heap_->GetLiveBitmap()->ReplaceLargeObjectBitmap(live_set, mark_set);
129 heap_->GetMarkBitmap()->ReplaceLargeObjectBitmap(mark_set, live_set);

Completed in 2372 milliseconds