Searched defs:SweepCallbackContext (Results 1 – 2 of 2) sorted by relevance
229 struct SweepCallbackContext { struct231 const bool swap_bitmaps;232 space::Space* const space;233 Thread* const self;234 collector::ObjectBytePair freed;
136 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps, space::Space* space) in SweepCallbackContext() function in art::gc::space::AllocSpace::SweepCallbackContext