Home
last modified time | relevance | path

Searched refs:lookupInH (Results 1 – 1 of 1) sorted by relevance

/art/test/956-methodhandles/src/
DMain.java587 MethodHandles.Lookup lookupInH = h.getLookup(); in testUnreflects() local
589 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()