Searched refs:invokeMethod (Results 1 – 3 of 3) sorted by relevance
46 boolean invokeMethod) throws Exception { in test() argument58 if (invokeMethod) { in test()
93 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testMethodHandleCounters() local99 invokeMethod.invoke(instance, new Object[] {new Object[] {}}); in testMethodHandleCounters()
1771 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testReflectiveCalls() local1776 invokeMethod.invoke(instance, new Object[] { new Object[] { Integer.valueOf(1) } } ); in testReflectiveCalls()