Searched refs:CreateFunction (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 150 …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/ |
| D | clone.cpp | 120 …mirBuilder.CreateFunction(fullName, *retType, argument, false, originalFunction.GetBody() != nullp… in CloneFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 276 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
|
| D | parser.cpp | 69 MIRFunction *func = mirBuilder.CreateFunction(funcSt->GetStIdx(), false); in CreateDummyFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 285 auto func = mirBuilder.CreateFunction(name, *retType, params, isVargs, needBody); in CreateFunctionInternal()
|