Searched refs:lookupInH (Results 1 – 1 of 1) sorted by relevance
587 MethodHandles.Lookup lookupInH = h.getLookup(); in testUnreflects() local589 lookupInH.unreflectSpecial(methodInH, H.class).invoke(h); in testUnreflects()592 lookupInH.unreflect(methodInChatty).invoke(h); in testUnreflects()593 lookupInH.in(H.class).unreflectSpecial(methodInChatty, H.class).invoke(h); in testUnreflects()594 lookupInH.unreflectSpecial(methodInChatty, H.class).bindTo(h).invokeWithArguments(); in testUnreflects()