Searched refs:testPermutations (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | PermuteArgsTest.java | 174 testPermutations(mh); in test() 235 static void testPermutations(MethodHandle mh) throws Throwable { in testPermutations() method in PermuteArgsTest 252 testPermutations(mh, perm, start, end, done); in testPermutations() 270 static void testPermutations(MethodHandle mh, int[] perm, int start, int end, in testPermutations() method in PermuteArgsTest 289 testPermutations(mh, perm, start2, end2, done); in testPermutations()
|