Searched refs:GetFrameCount (Results 1 – 5 of 5) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | ti_stack.h | 50 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
|
D | OpenjdkJvmTi.cc | 304 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,
|
D | ti_stack.cc | 621 jvmtiError StackUtil::GetFrameCount(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameCount() function in openjdkjvmti::StackUtil
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 209 jvmtiError result = jvmti_env->GetFrameCount(thread, &count); in Java_art_Frames_getFrameCount()
|
/art/runtime/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()
|