Searched refs:GetFrameLocation (Results 1 – 8 of 8) sorted by relevance
/art/test/1939-proxy-frames/ |
D | local_instance.cc | 42 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc))) { in Java_art_Test1939_GetFrameMethod() 60 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc)); in Java_art_Test1939_GetFrameLocation()
|
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 178 test.exec(NamedGet("ProxyFrameLocation", (t, d) -> Long.valueOf(GetFrameLocation(t, d)))); 182 public static native long GetFrameLocation(Thread thr, int depth);
|
/art/openjdkjvmti/ |
D | ti_stack.h | 55 static jvmtiError GetFrameLocation(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 334 static jvmtiError GetFrameLocation(jvmtiEnv* env, in GetFrameLocation() function in openjdkjvmti::JvmtiFunctions 340 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr); in GetFrameLocation() 1576 JvmtiFunctions::GetFrameLocation,
|
D | ti_stack.cc | 788 jvmtiError StackUtil::GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameLocation() function in openjdkjvmti::StackUtil
|
/art/test/ti-agent/ |
D | frame_pop_helper.cc | 48 jvmti->GetFrameLocation(thr, 0, &frame_method, &location))) { in framePopCB()
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 222 jvmtiError result = jvmti_env->GetFrameLocation(thread, depth, &method, &location); in Java_art_Frames_getFrameLocation()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1095 jvmtiError (JNICALL *GetFrameLocation) (jvmtiEnv* env, 1930 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation() function 1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
|