Home
last modified time | relevance | path

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

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