Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h720 void HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id)
Dthread.cc1522 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots() function in art::Thread
2438 HandleScopeVisitRoots(visitor, thread_id); in VisitRoots()