Searched refs:CreateFunction (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_method_wrapper.cpp | 35 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateFunction(InteropCtx *ctx, EtsMethod *etsM… in CreateFunction() function in panda::ets::interop::js::ets_proxy::EtsMethodWrapper 74 …std::unique_ptr<EtsMethodWrapper> etsFuncWrapper = EtsMethodWrapper::CreateFunction(ctx, etsMethod… in GetFunction()
|
| D | ets_method_wrapper.h | 88 static std::unique_ptr<EtsMethodWrapper> CreateFunction(InteropCtx *ctx, EtsMethod *method);
|
| /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 | 272 MIRFunction *MIRBuilder::CreateFunction(const std::string &name, const MIRType &returnType, const A… in CreateFunction() function in maple::MIRBuilder 311 MIRFunction *MIRBuilder::CreateFunction(StIdx stIdx, bool addToTable) const in CreateFunction() function in maple::MIRBuilder
|
| D | bin_mpl_import.cpp | 1053 func = builder.CreateFunction(funcSt->GetStIdx()); in ImportFunction()
|
| D | parser.cpp | 71 MIRFunction *func = mirBuilder.CreateFunction(funcSt->GetStIdx(), false); in CreateDummyFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 281 auto &function = *mirBuilder.CreateFunction(name, *retType, params, isVargs, needBody); in CreateFunctionInternal()
|