Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java282 int end2 = end - excess4/3; in testPermutations() local
283 end2 = start2 + Math.min(start == 0 ? 4 : 3, end2 - start2); in testPermutations()
289 testPermutations(mh, perm, start2, end2, done); in testPermutations()