Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-peel-unroll/src/
H A DMain.java527 private static final void unrollingTwoLoopsInTheNest(int[] a, int[] b, int x) { in unrollingTwoLoopsInTheNest() method in Main
1350 unrollingTwoLoopsInTheNest(a, b, RESULT_POS); in verifyUnrolling()
/aosp_15_r20/art/test/530-checker-loops-try-catch/src/
H A DMain.java1142 private static final void $noinline$unrollingTwoLoopsInTheNest(int[] a, int[] b, int x) { in $noinline$unrollingTwoLoopsInTheNest()
1531 $noinline$unrollingTwoLoopsInTheNest(a, b, RESULT_POS); in $noinline$peelUnrollTests()