/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Test1965.java | 188 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE), 204 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1)); 206 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1)); 209 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1)); 211 .exec(NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
|
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 238 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE), 254 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1)); 256 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1)); 259 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1)); 261 .exec(NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
|
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1939-proxy-frames/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1911-get-local-var-table/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1923-frame-pop/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
D | Test1916.java | 118 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE); in runSet()
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
D | Test1967.java | 212 BadSet("Int_at_too_high", Locals::SetLocalVariableInt, Integer.MAX_VALUE, (i) -> i + 100), 219 BadSet("Int_at_negative", Locals::SetLocalVariableInt, Integer.MAX_VALUE, (i) -> -1),
|
/art/test/jvmti-common/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1925-self-frame-pop/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1914-get-local-instance/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Locals.java | 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() method in Locals 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt() method in Locals
|
D | Test1915.java | 68 Locals.SetLocalVariableInt(Thread.currentThread(), depth, slot, SET_VALUE); in run()
|
/art/test/1935-get-set-current-frame-jit/src/ |
D | Main.java | 153 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE); in runSet()
|