Searched refs:thread_error (Results 1 – 1 of 1) sorted by relevance
264 jvmtiError thread_error = ERR(INTERNAL); in GetStackTrace() local265 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()267 return thread_error; in GetStackTrace()729 jvmtiError thread_error = ERR(INTERNAL); in GetFrameCount() local730 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()732 return thread_error; in GetFrameCount()799 jvmtiError thread_error = ERR(INTERNAL); in GetFrameLocation() local800 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()802 return thread_error; in GetFrameLocation()