Searched refs:flip_func (Results 1 – 3 of 3) sorted by relevance
217 Closure* flip_func = GetFlipFunction(); in TransitionFromSuspendedToRunnable() local218 if (flip_func != nullptr) { in TransitionFromSuspendedToRunnable()219 flip_func->Run(this); in TransitionFromSuspendedToRunnable()
443 Closure* flip_func = thread->GetFlipFunction(); in FlipThreadRoots() local444 if (flip_func != nullptr) { in FlipThreadRoots()445 flip_func->Run(thread); in FlipThreadRoots()
1229 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState() local1230 if (flip_func != nullptr) { in DumpState()1231 flip_func->Run(this_thread); in DumpState()1485 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack() local1486 if (flip_func != nullptr) { in DumpJavaStack()1487 flip_func->Run(this_thread); in DumpJavaStack()