Home
last modified time | relevance | path

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

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