Home
last modified time | relevance | path

Searched refs:flip_func (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread-inl.h301 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable() local
302 if (flip_func != nullptr) { in TransitionFromSuspendedToRunnable()
303 flip_func->Run(this); in TransitionFromSuspendedToRunnable()
Dthread_list.cc580 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots() local
581 if (flip_func != nullptr) { in FlipThreadRoots()
582 flip_func->Run(thread); in FlipThreadRoots()
586 Closure* flip_func = self->GetFlipFunction(); in FlipThreadRoots() local
587 if (flip_func != nullptr) { in FlipThreadRoots()
588 flip_func->Run(self); in FlipThreadRoots()
Dthread.cc1829 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState() local
1830 if (flip_func != nullptr) { in DumpState()
1831 flip_func->Run(this_thread); in DumpState()
2154 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack() local
2155 if (flip_func != nullptr) { in DumpJavaStack()
2156 flip_func->Run(this_thread); in DumpJavaStack()
3051 Closure* flip_func = this_thread->GetFlipFunction(); in CreateAnnotatedStackTrace() local
3052 if (flip_func != nullptr) { in CreateAnnotatedStackTrace()
3053 flip_func->Run(this_thread); in CreateAnnotatedStackTrace()