Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java3996 private static int testNestedLoop8(TestClass obj, int n) { in testNestedLoop8() method in Main
4502 assertIntEquals(testNestedLoop8(new TestClass(), 0), 0); in main()
4503 assertIntEquals(testNestedLoop8(new TestClass(), 1), 0); in main()
4504 assertIntEquals(testNestedLoop8(new TestClass(), 2), 0); in main()
4505 assertIntEquals(testNestedLoop8(new TestClass(), 3), 0); in main()