Home
last modified time | relevance | path

Searched refs:getMethodHandles (Results 1 – 2 of 2) sorted by relevance

/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java123 readMethodHandles(getMethodHandles(Transform1975.class.getFields())); in ReadFields()
137 readMethodHandles(getMethodHandles(Transform1975.class.getFields())); in ReadFields()
161 public static MethodHandleWrapper[] getMethodHandles(Field[] fields) throws Exception { in getMethodHandles() method in Test1975
197 MethodHandleWrapper[] handles = getMethodHandles(Transform1975.class.getFields()); in doTest()
245 readMethodHandles(getMethodHandles(Transform1975.class.getFields())); in doTest()
/art/test/1976-hello-structural-static-methods/src/art/
DTest1976.java115 public static MethodHandleWrapper[] getMethodHandles(Method[] methods) throws Exception { in getMethodHandles() method in Test1976
161 MethodHandleWrapper[] handles = getMethodHandles(methods); in doTest()
197 runMethodHandles(getMethodHandles(Transform1976.class.getDeclaredMethods())); in doTest()