Home
last modified time | relevance | path

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

/art/test/106-exceptions2/
Dexpected.txt2 nullCheckTestThrow PASSED
/art/test/106-exceptions2/src/
DMain.java142 static int nullCheckTestThrow(int x) { in nullCheckTestThrow() method in Main
210 res = nullCheckTestThrow(1976); in main()