Home
last modified time | relevance | path

Searched refs:VisitImageRoots (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h331 void VisitImageRoots(RootVisitor* visitor) SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc1615 void Runtime::VisitImageRoots(RootVisitor* visitor) { in VisitImageRoots() function in art::Runtime
/art/runtime/hprof/
Dhprof.cc510 runtime->VisitImageRoots(this); in ProcessBody()