Home
last modified time | relevance | path

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

/art/test/064-field-access/src/
DMain.java571 char typeChar = '?'; in doReflectionTests() local
574 typeChar = typeChars.charAt(i); in doReflectionTests()
594 this.getValue(f, validInst, typeChar, subClassAccessExceptionClass); in doReflectionTests()
595 localInst.getValue(f, validInst, typeChar, mainClassAccessExceptionClass); in doReflectionTests()
605 this.getValue(f, null, typeChar, npeClass); in doReflectionTests()
607 localInst.getValue(f, null, typeChar, npeClass); in doReflectionTests()
613 Class<?> illArgClass = compatibleTypes(typeChar, otherChar) ? in doReflectionTests()
623 this.getValue(f, plainObj, typeChar, IllegalArgumentException.class); in doReflectionTests()
625 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class); in doReflectionTests()
/art/dexdump/
Ddexdump.cc111 static const char* primitiveTypeLabel(char typeChar) { in primitiveTypeLabel() argument
112 switch (typeChar) { in primitiveTypeLabel()