Home
last modified time | relevance | path

Searched refs:thread_error (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_stack.cc227 jvmtiError thread_error = ERR(INTERNAL); in GetStackTrace() local
228 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() local
697 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() local
783 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
785 return thread_error; in GetFrameLocation()