Home
last modified time | relevance | path

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

/art/test/107-int-math2/
Dexpected-stdout.txt29 catchBlock(1000) PASSED
30 catchBlock(7000) PASSED
/art/test/107-int-math2/src/
DMain.java130 static int catchBlock(int x) { in catchBlock() method in Main
1117 res = catchBlock(1000); in main()
1124 res = catchBlock(7000); in main()