Home
last modified time | relevance | path

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

/art/test/064-field-access/src/
DMain.java612 char otherChar = typeChars.charAt(i); in doReflectionTests() local
613 Class<?> illArgClass = compatibleTypes(typeChar, otherChar) ? in doReflectionTests()
615 this.getValue(f, validInst, otherChar, illArgClass); in doReflectionTests()
617 localInst.getValue(f, validInst, otherChar, illArgClass); in doReflectionTests()