Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.h50 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
DOpenjdkJvmTi.cc304 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount() function in openjdkjvmti::JvmtiFunctions
306 return StackUtil::GetFrameCount(env, thread, count_ptr); in GetFrameCount()
1762 JvmtiFunctions::GetFrameCount,
Dti_stack.cc621 jvmtiError StackUtil::GetFrameCount(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameCount() function in openjdkjvmti::StackUtil
/art/test/911-get-stack-trace/
Dstack_trace.cc209 jvmtiError result = jvmti_env->GetFrameCount(thread, &count); in Java_art_Frames_getFrameCount()
/art/runtime/openjdkjvmti/include/
Djvmti.h1081 jvmtiError (JNICALL *GetFrameCount) (jvmtiEnv* env,
1921 jvmtiError GetFrameCount(jthread thread, in GetFrameCount() function
1923 return functions->GetFrameCount(this, thread, count_ptr); in GetFrameCount()