Searched refs:unreflect (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java118 private static MethodHandle unreflect(Method m) { method in class:PrivateInvokeTest
120 MethodHandle mh = LOOKUP.unreflect(m);
336 final MethodHandle mh = unreflect(m);
H A DThrowExceptionsTest.java160 mh = LOOKUP.unreflect(m);
H A DPermuteArgsTest.java134 test(m.getName(), lookup.unreflect(m));
206 MethodHandle mh = lookup.unreflect(m);
H A DAccessControlTest.java346 testOneAccess(sourceCase, method, "unreflect");
370 case "unreflect":
371 sourceCase.lookup().unreflect(method);
H A DMethodHandlesTest.java801 startTest("unreflect");
853 target = maybeMoveIn(lookup, defc).unreflect(rmethod);
863 System.out.println("unreflect"+(isSpecial?"Special":"")+" "+defc.getName()+"."+name+"/"+type
988 case TEST_UNREFLECT: return true; // unreflect matches both
2708 MethodHandle invoker = lookup.unreflect(m);
H A DBigArityTest.java70 MethodHandles.lookup().unreflect(
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java160 * <td>{@linkplain java.lang.invoke.MethodHandles.Lookup#unreflect lookup.unreflect(aMethod)}</td>
168 * <td>{@linkplain java.lang.invoke.MethodHandles.Lookup#unreflect lookup.unreflect(aMethod)}</td>
892 public MethodHandle unreflect(Method m) throws IllegalAccessException { method in class:MethodHandles.Lookup
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java543 mh = IMPL_LOOKUP.unreflect(m);

Completed in 67 milliseconds