/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Test1967.java | 209 BadGet("Int_at_too_high", Locals::GetLocalVariableInt, (i) -> i + 100), 216 BadGet("Int_at_negative", Locals::GetLocalVariableInt, (i) -> -1),
|
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Test1915.java | 59 int value = Locals.GetLocalVariableInt(Thread.currentThread(), depth, slot); in run()
|
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1923-frame-pop/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Test1916.java | 87 int value = Locals.GetLocalVariableInt(target_get, depth, slot); in runGet()
|
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
D | Test1912.java | 233 NamedGet("Int", Locals::GetLocalVariableInt),
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1914-get-local-instance/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
D | Test1965.java | 183 NamedGet("Int", Locals::GetLocalVariableInt),
|
/art/test/1939-proxy-frames/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1925-self-frame-pop/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/jvmti-common/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1911-get-local-var-table/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() method in Locals
|
/art/test/1935-get-set-current-frame-jit/src/ |
D | Main.java | 120 int value = Locals.GetLocalVariableInt(target_get, depth, slot); in runGet()
|