Home
last modified time | relevance | path

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

/art/test/910-methods/src/art/
DTest910.java38 testMethod(findSyntheticMethod(), NestedSynthetic.class, false); in doTest()
116 private static Method findSyntheticMethod() throws Exception { in findSyntheticMethod() method in Test910