Searched defs:findVirtual (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java149 private static MethodHandle findVirtual(String name) { method in class:ThrowExceptionsTest
176 MethodHandle callee = findVirtual("testWMTCallee");
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java136 * <td>{@linkplain java.lang.invoke.MethodHandles.Lookup#findVirtual lookup.findVirtual(C.class,"m",MT)}</td>
561 * as there would be with {@link #findVirtual findVirtual} or {@link #findSpecial findSpecial}.)
611 * instructions and method handles produced by {@code findVirtual},
632 public MethodHandle findVirtual(Class<?> refc, String name, MethodType type) throws NoSuchMethodException, IllegalAccessException { method in class:MethodHandles.Lookup
840 MethodHandle mh0 = lookup().{@link #findVirtual findVirtual}(defc, name, type);
1422 publicLookup().findVirtual(MethodHandle.class, "invokeExact", type)
1474 publicLookup().findVirtual(MethodHandl
[all...]

Completed in 34 milliseconds