Searched refs:flip_func (Results 1 – 3 of 3) sorted by relevance
300 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable() local301 if (flip_func != nullptr) { in TransitionFromSuspendedToRunnable()302 flip_func->Run(this); in TransitionFromSuspendedToRunnable()
589 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots() local590 if (flip_func != nullptr) { in FlipThreadRoots()591 flip_func->Run(thread); in FlipThreadRoots()595 Closure* flip_func = self->GetFlipFunction(); in FlipThreadRoots() local596 if (flip_func != nullptr) { in FlipThreadRoots()597 flip_func->Run(self); in FlipThreadRoots()
1819 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState() local1820 if (flip_func != nullptr) { in DumpState()1821 flip_func->Run(this_thread); in DumpState()2144 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack() local2145 if (flip_func != nullptr) { in DumpJavaStack()2146 flip_func->Run(this_thread); in DumpJavaStack()2980 Closure* flip_func = this_thread->GetFlipFunction(); in CreateAnnotatedStackTrace() local2981 if (flip_func != nullptr) { in CreateAnnotatedStackTrace()2982 flip_func->Run(this_thread); in CreateAnnotatedStackTrace()