Lines Matching refs:expectInterpreter
1234 void foo1(int[] array, int start, int end, boolean expectInterpreter) { in foo1() argument
1241 if (expectInterpreter) { in foo1()
1274 void foo2(int[] array, int start, int end, boolean expectInterpreter) { in foo2() argument
1281 if (expectInterpreter) { in foo2()
1314 void foo3(int[] array, int end, boolean expectInterpreter) { in foo3() argument
1321 if (expectInterpreter) { in foo3()
1355 void foo4(int[] array, int end, boolean expectInterpreter) { in foo4() argument
1362 if (expectInterpreter) { in foo4()
1404 void foo5(int[] array, int end, boolean expectInterpreter) { in foo5() argument
1414 if (expectInterpreter) { in foo5()
1465 void foo6(int[] array, int start, int end, boolean expectInterpreter) { in foo6() argument
1469 if (expectInterpreter) { in foo6()
1585 void foo9(int[] array, boolean expectInterpreter) { in foo9() argument
1589 if (expectInterpreter) { in foo9()