Home
last modified time | relevance | path

Searched refs:CreateFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h150 …MIRFunction *CreateFunction(const std::string &name, const MIRType &returnType, const ArgVector &a…
152 MIRFunction *CreateFunction(StIdx stIdx, bool addToTable = true) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp120 …mirBuilder.CreateFunction(fullName, *retType, argument, false, originalFunction.GetBody() != nullp… in CloneFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp276 MIRFunction *MIRBuilder::CreateFunction(const std::string &name, const MIRType &returnType, const A… in CreateFunction() function in maple::MIRBuilder
315 MIRFunction *MIRBuilder::CreateFunction(StIdx stIdx, bool addToTable) const in CreateFunction() function in maple::MIRBuilder
Dparser.cpp69 MIRFunction *func = mirBuilder.CreateFunction(funcSt->GetStIdx(), false); in CreateDummyFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp285 auto func = mirBuilder.CreateFunction(name, *retType, params, isVargs, needBody); in CreateFunctionInternal()