Home
last modified time | relevance | path

Searched refs:CreateFuncType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h286 Type *CreateFuncType(std::vector<Type *> params, Type *retType, bool isVarg);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp222 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp821 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType()
839 …auto funcType = lmirBuilder_->CreateFuncType(paramTys, returnType, stubDescriptor->IsVariadicArgs(… in GetFuncType()
2008 …LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->i64RefType, false); in GetExperimentalDeoptTy()