Searched refs:GetAliveNativeThread (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_thread.cc | 244 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()
|
D | ti_thread.h | 131 static bool GetAliveNativeThread(jthread thread,
|
D | ti_stack.cc | 248 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()
|
D | ti_monitor.cc | 366 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
|
D | ti_method.cc | 752 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()
|
D | events.cc | 1322 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetEvent()
|