Searched refs:argsCount (Results 1 – 1 of 1) sorted by relevance
138 boolean isVararg, int argsCount) { in getParams() argument141 Math.min(argsCount, (MAX_ARITY / 2) - 1)); in getParams()143 if (argsCount >= MAX_ARITY / 2) { in getParams()148 while (result.size() + extra < argsCount) { in getParams()152 if (result.size() + extra >= argsCount) { in getParams()