Searched defs:SweepArray (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/runtime/gc/collector/ | ||
H A D | garbage_collector.cc | 303 void GarbageCollector::SweepArray(accounting::ObjectStack* allocations, in SweepArray() function in art::gc::collector::GarbageCollector |
H A D | mark_sweep.cc | 1195 void MarkSweep::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::MarkSweep |
H A D | concurrent_copying.cc | 2511 void ConcurrentCopying::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::ConcurrentCopying |