Searched refs:funcType (Results 1 – 1 of 1) sorted by relevance
239 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local240 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()241 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()487 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()