Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h296 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable()
Dthread_list.cc614 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots()
620 Closure* flip_func = self->GetFlipFunction(); in FlipThreadRoots()
Dthread.cc1561 Closure* Thread::GetFlipFunction() { in GetFlipFunction() function in art::Thread
1629 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState()
1942 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack()
2776 Closure* flip_func = this_thread->GetFlipFunction(); in CreateAnnotatedStackTrace()
Dthread.h295 Closure* GetFlipFunction();