Searched refs:localInst (Results 1 – 1 of 1) sorted by relevance
/art/test/064-field-access/src/ |
D | Main.java | 534 Main localInst = new Main(); in doReflectionTests() local 595 localInst.getValue(f, validInst, typeChar, mainClassAccessExceptionClass); in doReflectionTests() 607 localInst.getValue(f, null, typeChar, npeClass); in doReflectionTests() 617 localInst.getValue(f, validInst, otherChar, illArgClass); in doReflectionTests() 625 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class); in doReflectionTests()
|