Searched refs:GetFrameLocation (Results 1 - 8 of 8) sorted by relevance

/art/test/1939-proxy-frames/
H A Dlocal_instance.cc42 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc))) {
60 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc));
/art/openjdkjvmti/
H A Dti_stack.h54 static jvmtiError GetFrameLocation(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc322 static jvmtiError GetFrameLocation(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
328 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr);
1598 JvmtiFunctions::GetFrameLocation,
H A Dti_stack.cc771 jvmtiError StackUtil::GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, function in class:openjdkjvmti::StackUtil
/art/test/ti-agent/
H A Dframe_pop_helper.cc48 jvmti->GetFrameLocation(thr, 0, &frame_method, &location))) {
/art/test/1939-proxy-frames/src/art/
H A DTest1939.java178 test.exec(NamedGet("ProxyFrameLocation", (t, d) -> Long.valueOf(GetFrameLocation(t, d))));
182 public static native long GetFrameLocation(Thread thr, int depth); method in class:Test1939
/art/test/911-get-stack-trace/
H A Dstack_trace.cc222 jvmtiError result = jvmti_env->GetFrameLocation(thread, depth, &method, &location);
/art/openjdkjvmti/include/
H A Djvmti.h1095 jvmtiError (JNICALL *GetFrameLocation) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1930 jvmtiError GetFrameLocation(jthread thread, function in struct:_jvmtiEnv
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);

Completed in 405 milliseconds