Home
last modified time | relevance | path

Searched defs:SweepCallbackContext (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dspace.h250 struct SweepCallbackContext { struct
252 const bool swap_bitmaps;
253 space::Space* const space;
254 Thread* const self;
255 collector::ObjectBytePair freed;
Dspace.cc141 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps_in, space::Space* space_in) in SweepCallbackContext() function in art::gc::space::AllocSpace::SweepCallbackContext