Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.h127 static bool WouldSuspendForUserCodeLocked(art::Thread* self)
Dti_thread.cc490 bool ThreadUtil::WouldSuspendForUserCodeLocked(art::Thread* self) { in WouldSuspendForUserCodeLocked() function in openjdkjvmti::ThreadUtil
499 return WouldSuspendForUserCodeLocked(self); in WouldSuspendForUserCode()
517 if (WouldSuspendForUserCodeLocked(self)) { in GetThreadState()
828 if (WouldSuspendForUserCodeLocked(self)) { in SuspendOther()
925 if (WouldSuspendForUserCodeLocked(self)) { in ResumeThread()
Dti_stack.cc1026 if (ThreadUtil::WouldSuspendForUserCodeLocked(self)) { in NotifyFramePop()