Searched refs:MASK_ARG_COUNT (Results 1 – 1 of 1) sorted by relevance
195 if (argCount != LambdaType.MASK_ARG_COUNT) { in invoke()244 case LambdaType.MASK_ARG_COUNT: { in doInvoke()491 return LambdaType.decodeArgCount(getFlags(MASK_FUNC_TYPE)) == LambdaType.MASK_ARG_COUNT; in isConstSupplier()596 int lambdaType = LambdaType.encode(LambdaType.MASK_ARG_COUNT, type); in acquireConstSupplier()694 public static final int MASK_ARG_COUNT = 0b1111; field in PooledLambdaImpl.LambdaType696 public static final int MASK = MASK_ARG_COUNT | MASK_RETURN_TYPE;700 return mask(MASK_ARG_COUNT, argCount) | mask(MASK_RETURN_TYPE, returnType); in encode()704 return type & MASK_ARG_COUNT; in decodeArgCount()725 case MASK_ARG_COUNT: return ""; in argCountPrefix()