Home
last modified time | relevance | path

Searched refs:GetterFunction (Results 1 – 7 of 7) sorted by relevance

/art/test/1939-proxy-frames/src/art/
DTest1939.java43 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/
DTest1914.java70 public static interface GetterFunction { interface in Test1914
74 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java99 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/1967-get-set-local-bad-slot/src/art/
DTest1967.java66 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/
DTest1965.java54 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/1913-get-set-local-objects/src/art/
DTest1913.java137 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/
DTest1912.java107 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) {