Home
last modified time | relevance | path

Searched defs:SweepArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/gc/collector/
H A Dgarbage_collector.cc303 void GarbageCollector::SweepArray(accounting::ObjectStack* allocations, in SweepArray() function in art::gc::collector::GarbageCollector
H A Dmark_sweep.cc1195 void MarkSweep::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc2511 void ConcurrentCopying::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() function in art::gc::collector::ConcurrentCopying