Searched refs:VisitImageRoots (Results 1 – 3 of 3) sorted by relevance
331 void VisitImageRoots(RootVisitor* visitor) SHARED_REQUIRES(Locks::mutator_lock_);
1615 void Runtime::VisitImageRoots(RootVisitor* visitor) { in VisitImageRoots() function in art::Runtime
510 runtime->VisitImageRoots(this); in ProcessBody()