Searched refs:inargs (Results 1 – 2 of 2) sorted by relevance
73 for (int inargs = t2pos+1; inargs <= max; inargs++) { in testPermuteArguments()74 Class<?>[] types = new Class<?>[inargs]; in testPermuteArguments()78 Arrays.fill(types, t2pos, Math.min(t2pos+t2c, inargs), type2); in testPermuteArguments()83 if (outargs - inargs >= MAX_ARG_INCREASE) continue; in testPermuteArguments()86 while ((casStep > 2 && casStep % 2 == 0 && inargs % 2 == 0) || in testPermuteArguments()87 (casStep > 3 && casStep % 3 == 0 && inargs % 3 == 0)) in testPermuteArguments()90 numcases *= inargs; in testPermuteArguments()97 for (int i = 0; i < inargs; i++) { in testPermuteArguments()101 if (i + d >= inargs) continue; in testPermuteArguments()109 for (int i = 1; i < inargs; i++) { in testPermuteArguments()[all …]
3210 int inargs = outargs - insCount; in insertArgumentsChecks() local3211 if (inargs < 0) in insertArgumentsChecks()3213 if (pos < 0 || pos > inargs) in insertArgumentsChecks()3292 int inargs = outargs + dropped; in dropArgumentChecks() local3295 + Arrays.asList(oldType, pos, valueTypes, inargs, outargs) in dropArgumentChecks()