Home
last modified time | relevance | path

Searched refs:RootVisitor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/hprof/
Dhprof.cc432 Runtime::Current()->VisitRoots(RootVisitor, this); in Dump()
505 static void RootVisitor(mirror::Object** obj, void* arg, const RootInfo& root_info) in RootVisitor() function in art::hprof::Hprof
/art/runtime/
Dthread.cc2034 template <typename RootVisitor>
2037 ReferenceMapVisitor(Thread* thread, Context* context, const RootVisitor& visitor) in ReferenceMapVisitor()
2166 const RootVisitor& visitor_;