Home
last modified time | relevance | path

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

/art/test/956-methodhandles/src/
DMain.java591 Method methodInChatty = Chatty.class.getDeclaredMethod("chatter"); in testUnreflects() local
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()