Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.h157 static bool WouldSuspendForUserCodeLocked(art::Thread* self)
Dti_thread.cc78 if (ThreadUtil::WouldSuspendForUserCodeLocked(self_)) { in ScopedNoUserCodeSuspension()
554 bool ThreadUtil::WouldSuspendForUserCodeLocked(art::Thread* self) { in WouldSuspendForUserCodeLocked() function in openjdkjvmti::ThreadUtil
563 return WouldSuspendForUserCodeLocked(self); in WouldSuspendForUserCode()