Home
last modified time | relevance | path

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

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