Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java3884 private static int testNestedLoop5(TestClass obj, int n) { in testNestedLoop5() method in Main
4490 assertIntEquals(testNestedLoop5(new TestClass(), 0), 1); in main()
4491 assertIntEquals(testNestedLoop5(new TestClass(), 1), 2); in main()
4492 assertIntEquals(testNestedLoop5(new TestClass(), 2), 2); in main()
4493 assertIntEquals(testNestedLoop5(new TestClass(), 3), 2); in main()