Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h359 void VisitImageRoots(RootVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2139 VisitImageRoots(visitor); in VisitNonThreadRoots()
2158 void Runtime::VisitImageRoots(RootVisitor* visitor) { in VisitImageRoots() function in art::Runtime
/art/runtime/hprof/
Dhprof.cc530 runtime->VisitImageRoots(this); in ProcessBody()
/art/openjdkjvmti/
Dti_heap.cc858 art::Runtime::Current()->VisitImageRoots(&carrv); in Init()