Searched refs:GetFrameCount (Results 1 – 6 of 6) sorted by relevance
/art/test/ti-agent/ |
D | stack_trace_helper.cc | 33 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/ |
D | ti_stack.h | 52 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
|
D | OpenjdkJvmTi.cc | 321 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount() function in openjdkjvmti::JvmtiFunctions 323 return StackUtil::GetFrameCount(env, thread, count_ptr); in GetFrameCount() 1595 JvmtiFunctions::GetFrameCount,
|
D | ti_stack.cc | 703 jvmtiError StackUtil::GetFrameCount(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameCount() function in openjdkjvmti::StackUtil
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 210 jvmtiError result = jvmti_env->GetFrameCount(thread, &count); in Java_art_Frames_getFrameCount()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1081 jvmtiError (JNICALL *GetFrameCount) (jvmtiEnv* env, 1921 jvmtiError GetFrameCount(jthread thread, in GetFrameCount() function 1923 return functions->GetFrameCount(this, thread, count_ptr); in GetFrameCount()
|