Home
last modified time | relevance | path

Searched refs:SetLocalVariableObject (Results 1 – 21 of 21) sorted by relevance

/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java192 NamedSet("Object", Locals::SetLocalVariableObject, "NEW_VALUE_FOR_SET"),
193 NamedSet("NullObject", Locals::SetLocalVariableObject, null),
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java215 "Object_at_too_high", Locals::SetLocalVariableObject, "NEW_FOR_SET", (i) -> i + 100),
221 BadSet("Object_at_negative", Locals::SetLocalVariableObject, "NEW_FOR_SET", (i) -> -1),
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java242 NamedSet("Object", Locals::SetLocalVariableObject, "NEW_VALUE_FOR_SET"),
243 NamedSet("NullObject", Locals::SetLocalVariableObject, null),
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1913-get-set-local-objects/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
DTest1913.java264 final SetterFunction set_obj = Locals::SetLocalVariableObject;
/art/test/1939-proxy-frames/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1925-self-frame-pop/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1914-get-local-instance/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/jvmti-common/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1911-get-local-var-table/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
DTest1966.java221 final SetterFunction set_obj = Locals::SetLocalVariableObject;
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1926-missed-frame-pop/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1916-get-set-current-frame/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1923-frame-pop/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject() method in Locals