Home
last modified time | relevance | path

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

/art/test/910-methods/src/art/
DTest910.java41 testMethod(findSyntheticMethod(), NestedSynthetic.class, false); in doTest()
112 private static class NestedSynthetic { class in Test910
118 System.out.println(NestedSynthetic.placeholder); in placeholderAccess()
122 Method methods[] = NestedSynthetic.class.getDeclaredMethods(); in findSyntheticMethod()
/art/test/910-methods/
Dexpected-stdout.txt51 class art.Test910$NestedSynthetic