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);
229 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local230 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()231 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()413 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()