Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc185 bool ThreadUtil::GetAliveNativeThread(jthread thread, in GetAliveNativeThread() function in openjdkjvmti::ThreadUtil
653 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage()
680 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage()
839 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
901 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread()
937 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread()
1056 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread()
1094 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
Dti_thread.h105 static bool GetAliveNativeThread(jthread thread,
Dti_stack.cc228 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()
697 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()
783 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
921 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetOwnedMonitorInfoCommon()
1035 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in NotifyFramePop()
Dti_monitor.cc349 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
Dti_method.cc792 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalVariableGeneric()
928 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetLocalVariableGeneric()
990 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalInstance()