Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.cc86 if (ThreadUtil::WouldSuspendForUserCode(self)) { in MonitorEnter()
106 if (!suspend || !ThreadUtil::WouldSuspendForUserCode(self)) { in MonitorEnter()
Dti_thread.h163 static bool WouldSuspendForUserCode(art::Thread* self)
Dti_thread.cc560 bool ThreadUtil::WouldSuspendForUserCode(art::Thread* self) { in WouldSuspendForUserCode() function in openjdkjvmti::ThreadUtil