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