Home
last modified time | relevance | path

Searched refs:GetLocalVariableObject (Results 1 – 22 of 22) sorted by relevance

/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java211 BadGet("Object_at_too_high", Locals::GetLocalVariableObject, (i) -> i + 100),
218 BadGet("Object_at_negative", Locals::GetLocalVariableObject, (i) -> -1),
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1913-get-set-local-objects/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
DTest1913.java266 NamedGet("GetObject", Locals::GetLocalVariableObject),
/art/test/1939-proxy-frames/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
DTest1939.java177 test.exec(NamedGet("LocalReference0", (t, d) -> Locals.GetLocalVariableObject(t, d, 0)));
/art/test/1925-self-frame-pop/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
DTest1912.java237 NamedGet("Object", Locals::GetLocalVariableObject),
/art/test/1914-get-local-instance/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/jvmti-common/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1911-get-local-var-table/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
DTest1965.java187 NamedGet("Object", Locals::GetLocalVariableObject),
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
DTest1966.java223 NamedGet("GetObject", Locals::GetLocalVariableObject),
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1926-missed-frame-pop/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1916-get-set-current-frame/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1923-frame-pop/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() method in Locals