Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc262 jvmtiError thread_error = ERR(INTERNAL); in GetStackTrace() local
263 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetStackTrace()
265 return thread_error; in GetStackTrace()
730 jvmtiError thread_error = ERR(INTERNAL); in GetFrameCount() local
731 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameCount()
733 return thread_error; in GetFrameCount()
800 jvmtiError thread_error = ERR(INTERNAL); in GetFrameLocation() local
801 if (!ThreadUtil::GetAliveNativeThread(java_thread, soa, &thread, &thread_error)) { in GetFrameLocation()
803 return thread_error; in GetFrameLocation()