Searched refs:GetFrameCount (Results 1 – 7 of 7) 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/test/2243-single-step-default/ |
D | single_step_helper.cc | 46 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameCount(thr, &frame_count))) { in singleStepCB()
|
/art/openjdkjvmti/ |
D | ti_stack.h | 53 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
|
D | OpenjdkJvmTi.cc | 317 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount() function in openjdkjvmti::JvmtiFunctions 319 return StackUtil::GetFrameCount(env, thread, count_ptr); in GetFrameCount() 1522 JvmtiFunctions::GetFrameCount,
|
D | ti_stack.cc | 721 jvmtiError StackUtil::GetFrameCount([[maybe_unused]] jvmtiEnv* env, 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()
|