Searched refs:unreflectSpecial (Results 1 – 6 of 6) sorted by relevance
81 …public MethodHandle unreflectSpecial(Method m, Class<?> specialCaller) throws IllegalAccessExcepti… in unreflectSpecial() method in MethodHandles.Lookup
788 MethodHandle mh = UnreflectTester.lookup.unreflectSpecial(privateMethod, in testUnreflects_privateMethods()806 mh = UnreflectTester.lookup.unreflectSpecial(privateStaticMethod, in testUnreflects_privateMethods()821 MethodHandle mh = UnreflectTester.lookup.unreflectSpecial(overridenMethod, in testUnreflectSpecial_superCalls()
541 public java.lang.invoke.MethodHandle unreflectSpecial( in unreflectSpecial() method in MethodHandles.Lookup
1866 …public MethodHandle unreflectSpecial(Method m, Class<?> specialCaller) throws IllegalAccessExcepti… in unreflectSpecial() method in MethodHandles.Lookup
521 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
4742 …method public java.lang.invoke.MethodHandle unreflectSpecial(java.lang.reflect.Method, Class<?>) t…