Searched refs:foldPos (Results 1 – 2 of 2) sorted by relevance
4016 …private static Class<?> foldArgumentChecks(int foldPos, MethodType targetType, MethodType combiner… in foldArgumentChecks() argument4020 int afterInsertPos = foldPos + foldVals; in foldArgumentChecks()4030 if (ok && foldVals != 0 && combinerType.returnType() != targetType.parameterType(foldPos)) in foldArgumentChecks()
332 int foldPos, in foldArgumentChecks() argument