Home
last modified time | relevance | path

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

/art/test/912-classes/src-art/art/
DTest912.java54 testClassFields(Integer.class); in doTest()
55 testClassFields(int.class); in doTest()
56 testClassFields(String[].class); in doTest()
136 private static void testClassFields(Class<?> c) throws Exception { in testClassFields() method in Test912