Home
last modified time | relevance | path

Searched refs:intResult (Results 1 – 1 of 1) 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()