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