Searched refs:funcType (Results 1 – 3 of 3) sorted by relevance
42 TypeFunctionInst *funcType) { in MakeFunctionDefinition() argument43 FunctionInst *func = MakeFunction(retType, ctrl, funcType); in MakeFunctionDefinition()
35 TypeFunctionInst *funcType);
216 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local217 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()218 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()337 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()