Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.h65 static jvmtiError GetThreadListStackTraces(jvmtiEnv* env,
DOpenjdkJvmTi.cc291 static jvmtiError GetThreadListStackTraces(jvmtiEnv* env, in GetThreadListStackTraces() function in openjdkjvmti::JvmtiFunctions
297 return StackUtil::GetThreadListStackTraces(env, in GetThreadListStackTraces()
1847 JvmtiFunctions::GetThreadListStackTraces,
Dti_stack.cc401 jvmtiError StackUtil::GetThreadListStackTraces(jvmtiEnv* env, in GetThreadListStackTraces() function in openjdkjvmti::StackUtil
/art/test/911-get-stack-trace/
Dstack_trace.cc180 jvmtiError result = jvmti_env->GetThreadListStackTraces(thread_count, in Java_art_ThreadListTraces_getThreadListStackTraces()
/art/runtime/openjdkjvmti/include/
Djvmti.h1520 jvmtiError (JNICALL *GetThreadListStackTraces) (jvmtiEnv* env,
1914 jvmtiError GetThreadListStackTraces(jint thread_count, in GetThreadListStackTraces() function
1918 …return functions->GetThreadListStackTraces(this, thread_count, thread_list, max_frame_count, stack… in GetThreadListStackTraces()