Searched defs:thread_flip_visitor (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.cc397 size_t ThreadList::FlipThreadRoots(Closure* thread_flip_visitor, argument
432 thread->SetFlipFunction(thread_flip_visitor);
454 thread_flip_visitor->Run(self);
H A Druntime.cc1634 size_t Runtime::FlipThreadRoots(Closure* thread_flip_visitor, Closure* flip_callback, argument
1636 return thread_list_->FlipThreadRoots(thread_flip_visitor, flip_callback, collector);

Completed in 64 milliseconds