Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java3033 static int testLoop20(TestClass obj, int n) { in testLoop20() method in Main
4406 assertIntEquals(testLoop20(new TestClass(), 0), 0); in main()
4407 assertIntEquals(testLoop20(new TestClass(), 1), 1); in main()
4408 assertIntEquals(testLoop20(new TestClass(), 2), 2); in main()
4409 assertIntEquals(testLoop20(new TestClass(), 3), 3); in main()