Home
last modified time | relevance | path

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

/art/test/802-deoptimization/src/
DMain.java35 int intResult = ((Integer) result).intValue(); in testCatchHandlerOnEntryWithoutMoveException() local
36 if (intResult == EXPECTED_RESULT) { in testCatchHandlerOnEntryWithoutMoveException()
39 System.out.println("CatchHandlerOnEntryWithoutMoveException KO: result==" + intResult); in testCatchHandlerOnEntryWithoutMoveException()
/art/test/455-set-vreg/src/
DMain.java50 int intResult = rm.testIntVReg(0, 0, 0, 0, 0); in main() local
51 if (intResult != intExpected) { in main()
52 throw new Error("Expected " + intExpected + ", got " + intResult); in main()