Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dspace.cc91 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
98 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); in Sweep()
99 return scc.freed; in Sweep()
Dlarge_object_space.cc517 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
520 reinterpret_cast<uintptr_t>(End()), SweepCallback, &scc); in Sweep()
521 return scc.freed; in Sweep()