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