Home
last modified time | relevance | path

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

/art/test/1939-proxy-frames/
Dlocal_instance.cc42 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/
DTest1939.java178 test.exec(NamedGet("ProxyFrameLocation", (t, d) -> Long.valueOf(GetFrameLocation(t, d))));
182 public static native long GetFrameLocation(Thread thr, int depth);
/art/openjdkjvmti/
Dti_stack.h55 static jvmtiError GetFrameLocation(jvmtiEnv* env,
DOpenjdkJvmTi.cc334 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,
Dti_stack.cc788 jvmtiError StackUtil::GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameLocation() function in openjdkjvmti::StackUtil
/art/test/ti-agent/
Dframe_pop_helper.cc48 jvmti->GetFrameLocation(thr, 0, &frame_method, &location))) { in framePopCB()
/art/test/911-get-stack-trace/
Dstack_trace.cc222 jvmtiError result = jvmti_env->GetFrameLocation(thread, depth, &method, &location); in Java_art_Frames_getFrameLocation()
/art/openjdkjvmti/include/
Djvmti.h1095 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()