Searched refs:GetAliveNativeThread (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_thread.cc | 247 bool ThreadUtil::GetAliveNativeThread(jthread thread, in GetAliveNativeThread() function in openjdkjvmti::ThreadUtil 700 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage() 737 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage() 885 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther() 947 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread() 977 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread() 1095 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread() 1133 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
|
D | ti_thread.h | 135 static bool GetAliveNativeThread(jthread thread,
|
D | ti_stack.cc | 265 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace() 730 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount() 800 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation() 937 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetOwnedMonitorInfoCommon() 1045 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in NotifyFramePop() 1133 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 | 951 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalVariableGeneric() 1130 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetLocalVariableGeneric() 1192 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetLocalInstance()
|
D | events.cc | 1457 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetInternalEvent() 1552 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in SetEvent()
|