Searched refs:thread_error (Results 1 – 1 of 1) sorted by relevance
227 jvmtiError thread_error = ERR(INTERNAL); in GetStackTrace() local228 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()230 return thread_error; in GetStackTrace()696 jvmtiError thread_error = ERR(INTERNAL); in GetFrameCount() local697 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()699 return thread_error; in GetFrameCount()782 jvmtiError thread_error = ERR(INTERNAL); in GetFrameLocation() local783 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()785 return thread_error; in GetFrameLocation()