Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc244 bool ThreadUtil::GetAliveNativeThread(jthread thread, in GetAliveNativeThread() function in openjdkjvmti::ThreadUtil
697 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage()
734 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage()
882 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
944 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread()
974 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread()
1092 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread()
1130 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
Dti_thread.h131 static bool GetAliveNativeThread(jthread thread,
Dti_stack.cc248 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()
713 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()
783 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
920 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetOwnedMonitorInfoCommon()
1028 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in NotifyFramePop()
1101 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in PopFrame()
Dti_monitor.cc366 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
Dti_method.cc752 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalVariableGeneric()
883 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetLocalVariableGeneric()
945 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalInstance()
Devents.cc1322 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetEvent()