Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.cc91 SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
136 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps, space::Space* space) in SweepCallbackContext() function in art::gc::space::AllocSpace::SweepCallbackContext
Dzygote_space.cc105 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback()
Dmalloc_space.cc231 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback()
Dspace.h229 struct SweepCallbackContext { struct
230 SweepCallbackContext(bool swap_bitmaps, space::Space* space);
Dlarge_object_space.cc492 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback()
517 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()