Searched refs:GetterFunction (Results 1 – 7 of 7) sorted by relevance
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 43 public static interface GetterFunction { interface in Test1939 57 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
|
/art/test/1914-get-local-instance/src/art/ |
D | Test1914.java | 70 public static interface GetterFunction { interface in Test1914 74 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Test1967.java | 66 public static interface GetterFunction { interface in Test1967 94 final String type, final GetterFunction get, final ToIntFunction<Integer> transform) {
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Test1965.java | 54 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() interface in Test1965 74 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Test1966.java | 99 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() interface in Test1966 119 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Test1913.java | 137 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() interface in Test1913 157 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 107 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() interface in Test1912 127 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
|