Home
last modified time | relevance | path

Searched refs:SweepArray (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dsticky_mark_sweep.cc77 SweepArray(GetHeap()->GetLiveStack(), false); in Sweep()
H A Dmark_sweep.h157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
H A Dconcurrent_copying.h262 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
H A Dmark_sweep.cc1207 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc2480 SweepArray(heap_->GetLiveStack(), /* swap_bitmaps= */ false); in Sweep()
2508 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::ConcurrentCopying