Home
last modified time | relevance | path

Searched refs:GetLocalInstance (Results 1 – 24 of 24) sorted by relevance

/art/openjdkjvmti/
Dti_method.h95 static jvmtiError GetLocalInstance(jvmtiEnv* env, jthread thread, jint depth, jobject* data);
DOpenjdkJvmTi.cc532 static jvmtiError GetLocalInstance(jvmtiEnv* env, in GetLocalInstance() function in openjdkjvmti::JvmtiFunctions
538 return MethodUtil::GetLocalInstance(env, thread, depth, value_ptr); in GetLocalInstance()
1659 JvmtiFunctions::GetLocalInstance,
Dti_method.cc1180 jvmtiError MethodUtil::GetLocalInstance(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetLocalInstance() function in openjdkjvmti::MethodUtil
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1923-frame-pop/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1916-get-set-current-frame/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1939-proxy-frames/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
DTest1939.java176 test.exec(NamedGet("This", Locals::GetLocalInstance));
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1925-self-frame-pop/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/jvmti-common/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1913-get-set-local-objects/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1926-missed-frame-pop/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1914-get-local-instance/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
DTest1914.java204 t.exec(NamedGet("This", Locals::GetLocalInstance));
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1911-get-local-var-table/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() method in Locals
/art/test/ti-agent/
Dlocals_helper.cc136 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalInstance(t, depth, &ret)); in Java_art_Locals_GetLocalInstance()
/art/tools/
Dprebuilt_libjdwp_art_failures.txt47 …E_FRAME error due to attempting a GetLocalReference on a proxy frame instead of GetLocalInstance!",
/art/openjdkjvmti/include/
Djvmti.h1779 jvmtiError (JNICALL *GetLocalInstance) (jvmtiEnv* env,
2041 jvmtiError GetLocalInstance(jthread thread, in GetLocalInstance() function
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr); in GetLocalInstance()