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