HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameLocation (Results 1 - 15 of 15) sorted by null

  /art/test/1939-proxy-frames/
local_instance.cc 42 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/
ti_stack.h 54 static jvmtiError GetFrameLocation(jvmtiEnv* env,
OpenjdkJvmTi.cc 332 static jvmtiError GetFrameLocation(jvmtiEnv* env,
338 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr);
    [all...]
ti_stack.cc 771 jvmtiError StackUtil::GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED,
    [all...]
  /external/oj-libjdwp/src/share/back/
standardHandlers.c 106 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
eventHandler.c     [all...]
StackFrameImpl.c 377 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
ThreadReferenceImpl.c 285 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
stepControl.c 90 getFrameLocation(jthread thread,
99 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
227 error = getFrameLocation(thread, &clazz, &method, &location);
634 error = getFrameLocation(thread,
util.c     [all...]
  /art/test/ti-agent/
frame_pop_helper.cc 48 jvmti->GetFrameLocation(thr, 0, &frame_method, &location))) {
  /art/test/1939-proxy-frames/src/art/
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/test/911-get-stack-trace/
stack_trace.cc 222 jvmtiError result = jvmti_env->GetFrameLocation(thread, depth, &method, &location);
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]

Completed in 370 milliseconds