Home
last modified time | relevance | path

Searched refs:DefineFunction (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dhoisting.cpp47 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
55 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp73 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
83 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
DarrowFunctionExpression.cpp39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h148 …void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::Strin…
DJSCompiler.cpp572 … pg->DefineFunction(expr->Function(), expr->Function(), expr->Function()->Scope()->InternalName()); in Compile()
845 … pg->DefineFunction(expr->Function(), expr->Function(), expr->Function()->Scope()->InternalName()); in Compile()
Dpandagen.cpp1119 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const ut… in DefineFunction() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h697 FunctionBuilder DefineFunction(const String &name) in DefineFunction() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h384 …void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::Strin…
Dpandagen.cpp1392 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const ut… in DefineFunction() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp154 FunctionBuilder funcBuilder = lmirBuilder_->DefineFunction(funcName); in AddFunc()
2072 FunctionBuilder funcBuilder = lmirBuilder_->DefineFunction(funcName); in GetExperimentalDeopt()