Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc264 jvmtiError thread_error = ERR(INTERNAL); in GetStackTrace() local
265 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() local
730 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() local
800 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
802 return thread_error; in GetFrameLocation()