Home
last modified time | relevance | path

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

/art/test/620-checker-bce-intrinsics/src/
DMain.java131 static int twoArraysWithCleanup(int[] a, int[] b) { in twoArraysWithCleanup() method in Main
252 expectEquals(30, twoArraysWithCleanup(a, a)); in main()
253 expectEquals(49, twoArraysWithCleanup(a, b)); in main()
254 expectEquals(21, twoArraysWithCleanup(a, c)); in main()
255 expectEquals(33, twoArraysWithCleanup(a, d)); in main()