Home
last modified time | relevance | path

Searched refs:GetFunctionObject (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp207 pg->GetFunctionObject(decl); in CompileInstanceFields()
238 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
Dpandagen.h83 void GetFunctionObject(const ir::AstNode *node);
Dpandagen.cpp418 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in ark::es2panda::compiler::PandaGen
1817 GetFunctionObject(node); in DirectEval()
DJSCompiler.cpp571 pg->GetFunctionObject(expr); in CompileSuperExprWithoutSpread()
586 pg->GetFunctionObject(expr); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp84 pg->GetFunctionObject(this); in CompileSuperCall()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp244 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
Dpandagen.h264 void GetFunctionObject(const ir::AstNode *node);
Dpandagen.cpp310 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen
1352 GetFunctionObject(node); // load funcobj to acc for super call in arrow function in SuperCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2678 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2791 auto GetFunctionObject() const in GetFunctionObject() function