Searched defs:SweepCallbackContext (Results 1 – 2 of 2) sorted by relevance
249 struct SweepCallbackContext { struct251 const bool swap_bitmaps;252 space::Space* const space;253 Thread* const self;254 collector::ObjectBytePair freed;
136 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps_in, space::Space* space_in) in SweepCallbackContext() function in art::gc::space::AllocSpace::SweepCallbackContext