Searched refs:threeArraysWithCleanup (Results 1 – 1 of 1) sorted by relevance
/art/test/620-checker-bce-intrinsics/src/ |
D | Main.java | 154 static int threeArraysWithCleanup(int[] a, int[] b, int[] c) { in threeArraysWithCleanup() method in Main 257 expectEquals(45, threeArraysWithCleanup(a, a, a)); in main() 258 expectEquals(42, threeArraysWithCleanup(a, b, c)); in main() 259 expectEquals(63, threeArraysWithCleanup(a, b, d)); in main() 260 expectEquals(37, threeArraysWithCleanup(a, c, d)); in main()
|