Searched defs:outargs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1546 for (int outargs = 0; outargs <= max; outargs++) {
1547 if (outargs - inargs >= MAX_ARG_INCREASE) continue;
1553 testPermuteArguments(args, types, outargs, numcases, casStep);
1555 if (CAN_TEST_LIGHTLY && outargs < max-2) continue;
1556 if (dilution > 10 && outargs >= 4) {
1558 int[] reorder = new int[outargs];
1566 for (int j = 1; j < outargs; j += 2)
1575 for (int j = 0; j < outargs;
1586 testPermuteArguments(Object[] args, Class<?>[] types, int outargs, int numcases, int casStep) argument
[all...]

Completed in 42 milliseconds