Home
last modified time | relevance | path

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

/art/test/669-checker-break/src/
DMain.java148 static int breakLoopSafeConst(int[] a) { in breakLoopSafeConst() method in Main
301 expectEquals(Integer.MAX_VALUE - 1, breakLoopSafeConst(a)); in main()