Searched refs:SweepArray (Results 1 – 5 of 5) sorted by relevance
77 SweepArray(GetHeap()->GetLiveStack(), false); in Sweep()
157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
266 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
1210 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::MarkSweep
2513 SweepArray(heap_->GetLiveStack(), /* swap_bitmaps= */ false); in Sweep()2541 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::ConcurrentCopying