Home
last modified time | relevance | path

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

/art/test/956-methodhandles/src/
DMain.java394 public static String publicStaticMethod() { in publicStaticMethod() method in Main.UnreflectTester
415 Method publicStaticMethod = UnreflectTester.class.getMethod("publicStaticMethod"); in testUnreflects() local
416 mh = MethodHandles.lookup().unreflect(publicStaticMethod); in testUnreflects()