Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp156 pg->GetFunctionObject(decl); in CompileInstanceFields()
232 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
Dpandagen.h84 void GetFunctionObject(const ir::AstNode *node);
Dpandagen.cpp419 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen
1764 GetFunctionObject(node); in DirectEval()
DJSCompiler.cpp713 pg->GetFunctionObject(expr); in CompileSuperExprWithoutSpread()
728 pg->GetFunctionObject(expr); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp93 pg->GetFunctionObject(this); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp244 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
Dpandagen.h288 void GetFunctionObject(const ir::AstNode *node);
Dpandagen.cpp314 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen
1346 GetFunctionObject(node); // load funcobj to acc for super call in arrow function in SuperCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2742 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2926 auto GetFunctionObject() const in GetFunctionObject() function