Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread-inl.h301 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable()
H A Dthread_list.cc580 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots()
586 Closure* flip_func = self->GetFlipFunction(); in FlipThreadRoots()
H A Dthread.cc1760 Closure* Thread::GetFlipFunction() { in GetFlipFunction() function in art::Thread
1829 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState()
2154 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack()
3051 Closure* flip_func = this_thread->GetFlipFunction(); in CreateAnnotatedStackTrace()
H A Dthread.h317 Closure* GetFlipFunction();