Searched refs:getMethodHandles (Results 1 – 2 of 2) sorted by relevance
123 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 Test1975197 MethodHandleWrapper[] handles = getMethodHandles(Transform1975.class.getFields()); in doTest()245 readMethodHandles(getMethodHandles(Transform1975.class.getFields())); in doTest()
115 public static MethodHandleWrapper[] getMethodHandles(Method[] methods) throws Exception { in getMethodHandles() method in Test1976161 MethodHandleWrapper[] handles = getMethodHandles(methods); in doTest()197 runMethodHandles(getMethodHandles(Transform1976.class.getDeclaredMethods())); in doTest()