Searched refs:GrayImmuneObjectVisitor (Results 1 – 2 of 2) sorted by relevance
474 template <bool kConcurrent> class GrayImmuneObjectVisitor; variable
761 class ConcurrentCopying::GrayImmuneObjectVisitor { class in art::gc::collector::ConcurrentCopying763 explicit GrayImmuneObjectVisitor(Thread* self) : self_(self) {} in GrayImmuneObjectVisitor() function in art::gc::collector::ConcurrentCopying::GrayImmuneObjectVisitor780 reinterpret_cast<GrayImmuneObjectVisitor<kConcurrent>*>(arg)->operator()(obj); in Callback()791 using VisitorType = GrayImmuneObjectVisitor</* kIsConcurrent= */ true>; in GrayAllDirtyImmuneObjects()830 using VisitorType = GrayImmuneObjectVisitor</* kIsConcurrent= */ false>; in GrayAllNewlyDirtyImmuneObjects()