Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dstack_trace_helper.cc33 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameCount(thr, &ret)); in Java_art_StackTrace_GetStackDepth()
50 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameCount(thr, &depth))) { in Java_art_StackTrace_nativeGetStackTrace()
/art/openjdkjvmti/
Dti_stack.h53 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
DOpenjdkJvmTi.cc323 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount() function in openjdkjvmti::JvmtiFunctions
325 return StackUtil::GetFrameCount(env, thread, count_ptr); in GetFrameCount()
1520 JvmtiFunctions::GetFrameCount,
Dti_stack.cc720 jvmtiError StackUtil::GetFrameCount(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameCount() function in openjdkjvmti::StackUtil
/art/test/911-get-stack-trace/
Dstack_trace.cc210 jvmtiError result = jvmti_env->GetFrameCount(thread, &count); in Java_art_Frames_getFrameCount()
/art/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()