Home
last modified time | relevance | path

Searched refs:GetAliveNativeThread (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_thread.cc243 bool ThreadUtil::GetAliveNativeThread(jthread thread, in GetAliveNativeThread() function in openjdkjvmti::ThreadUtil
714 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage()
751 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage()
904 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
961 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread()
990 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread()
1108 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread()
1146 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
Dti_thread.h135 static bool GetAliveNativeThread(jthread thread,
Dti_stack.cc263 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()
731 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()
801 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
938 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetOwnedMonitorInfoCommon()
1046 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in NotifyFramePop()
1134 if (!ThreadUtil::GetAliveNativeThread(thread, soau, &target_, &result_)) { in NonStandardExitFrames()
Dti_monitor.cc366 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
Dti_method.cc958 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalVariableGeneric()
1137 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetLocalVariableGeneric()
1199 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalInstance()
Devents.cc1441 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetInternalEvent()
1536 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetEvent()