Searched refs:GetAliveNativeThread (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_thread.cc | 185 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()
|
D | ti_thread.h | 105 static bool GetAliveNativeThread(jthread thread,
|
D | ti_stack.cc | 228 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()
|
D | ti_monitor.cc | 349 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
|
D | ti_method.cc | 792 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()
|