Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java2657 private static int testLoop10(TestClass obj, int n) { in testLoop10() method in Main
4366 assertIntEquals(testLoop10(new TestClass(), 0), 2); in main()
4367 assertIntEquals(testLoop10(new TestClass(), 1), 2); in main()
4368 assertIntEquals(testLoop10(new TestClass(), 2), 2); in main()
4369 assertIntEquals(testLoop10(new TestClass(), 3), 2); in main()