Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp35 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()
Dets_method_wrapper.h88 static std::unique_ptr<EtsMethodWrapper> CreateFunction(InteropCtx *ctx, EtsMethod *method);
/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.cpp272 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
Dbin_mpl_import.cpp1053 func = builder.CreateFunction(funcSt->GetStIdx()); in ImportFunction()
Dparser.cpp71 MIRFunction *func = mirBuilder.CreateFunction(funcSt->GetStIdx(), false); in CreateDummyFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp281 auto &function = *mirBuilder.CreateFunction(name, *retType, params, isVargs, needBody); in CreateFunctionInternal()