Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java3864 private static int testNestedLoop8(TestClass obj, int n) { in testNestedLoop8() method in Main
4365 assertIntEquals(testNestedLoop8(new TestClass(), 0), 0); in main()
4366 assertIntEquals(testNestedLoop8(new TestClass(), 1), 0); in main()
4367 assertIntEquals(testNestedLoop8(new TestClass(), 2), 0); in main()
4368 assertIntEquals(testNestedLoop8(new TestClass(), 3), 0); in main()