/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 236 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE), 250 NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1)); 252 NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1)); 255 NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1)); 257 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/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/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/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/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/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/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/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/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/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 | 142 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE); in runSet()
|