Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h300 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable() local
301 if (flip_func != nullptr) { in TransitionFromSuspendedToRunnable()
302 flip_func->Run(this); in TransitionFromSuspendedToRunnable()
Dthread_list.cc589 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots() local
590 if (flip_func != nullptr) { in FlipThreadRoots()
591 flip_func->Run(thread); in FlipThreadRoots()
595 Closure* flip_func = self->GetFlipFunction(); in FlipThreadRoots() local
596 if (flip_func != nullptr) { in FlipThreadRoots()
597 flip_func->Run(self); in FlipThreadRoots()
Dthread.cc1819 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState() local
1820 if (flip_func != nullptr) { in DumpState()
1821 flip_func->Run(this_thread); in DumpState()
2144 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack() local
2145 if (flip_func != nullptr) { in DumpJavaStack()
2146 flip_func->Run(this_thread); in DumpJavaStack()
2980 Closure* flip_func = this_thread->GetFlipFunction(); in CreateAnnotatedStackTrace() local
2981 if (flip_func != nullptr) { in CreateAnnotatedStackTrace()
2982 flip_func->Run(this_thread); in CreateAnnotatedStackTrace()