Home
last modified time | relevance | path

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

/art/test/918-fields/src/art/
DTest918.java43 Class<?> declClass = getFieldDeclaringClass(f); in testField() local
44 if (base != declClass) { in testField()
45 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testField()
47 System.out.println(declClass); in testField()
/art/test/910-methods/src/art/
DTest910.java62 Class<?> declClass = getMethodDeclaringClass(m); in testMethod() local
63 if (base != declClass) { in testMethod()
64 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testMethod()
66 System.out.println(declClass); in testMethod()