Home
last modified time | relevance | path

Searched refs:LoadConst (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.cpp56 pg->LoadConst(this, compiler::Constant::JS_NAN); in Compile()
61 pg->LoadConst(this, compiler::Constant::JS_INFINITY); in Compile()
66 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile()
71 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DunaryExpression.cpp50 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile()
60 pg->LoadConst(this, compiler::Constant::JS_FALSE); in Compile()
74 pg->LoadConst(this, compiler::Constant::JS_TRUE); in Compile()
87 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile()
105 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DawaitExpression.cpp44 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DyieldExpression.cpp44 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DcallExpression.cpp100 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
149 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DobjectExpression.cpp369 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in CompileRemainingProperties()
/arkcompiler/ets_frontend/es2panda/compiler/base/
DoptionalChain.cpp49 pg_->LoadConst(node_, Constant::JS_NULL); in CheckNullish()
51 pg_->LoadConst(node_, Constant::JS_UNDEFINED); in CheckNullish()
56 pg_->LoadConst(node_, compiler::Constant::JS_UNDEFINED); in CheckNullish()
Dhoisting.cpp47 pg->LoadConst(decl->Node(), Constant::JS_UNDEFINED); in HoistVar()
59 pg->LoadConst(decl->Node(), Constant::JS_UNDEFINED); in HoistVar()
Dlexenv.cpp59 pg->LoadConst(node, Constant::JS_HOLE); in ExpandLoadNormalVar()
109 pg->LoadConst(node, Constant::JS_HOLE); in ExpandStoreNormalVar()
Diterators.cpp166 pg_->LoadConst(node_, Constant::JS_UNDEFINED); in Step()
188 pg_->LoadConst(node_, Constant::JS_UNDEFINED); in OnIterDone()
Ddestructuring.cpp222 pg->LoadConst(object, Constant::JS_NULL); in GenObject()
224 pg->LoadConst(object, Constant::JS_UNDEFINED); in GenObject()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DgeneratorFunctionBuilder.cpp32 pg_->LoadConst(node, Constant::JS_UNDEFINED); in Prepare()
54 pg_->LoadConst(node, Constant::JS_UNDEFINED); in ImplicitReturn()
72 pg_->LoadConst(node, Constant::JS_FALSE); in Yield()
DasyncFunctionBuilder.cpp33 pg_->LoadConst(node, Constant::JS_UNDEFINED); in ImplicitReturn()
DasyncGeneratorFunctionBuilder.cpp35 pg_->LoadConst(node, Constant::JS_UNDEFINED); in Prepare()
72 pg_->LoadConst(node, Constant::JS_UNDEFINED); in ImplicitReturn()
DfunctionBuilder.cpp54 pg_->LoadConst(node, Constant::JS_UNDEFINED); in ImplicitReturn()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnumberLiteral.cpp40 pg->LoadConst(this, compiler::Constant::JS_NAN); in Compile()
42 pg->LoadConst(this, compiler::Constant::JS_INFINITY); in Compile()
DnullLiteral.cpp33 pg->LoadConst(this, compiler::Constant::JS_NULL); in Compile()
DbooleanLiteral.cpp33 pg->LoadConst(this, boolean_ ? compiler::Constant::JS_TRUE : compiler::Constant::JS_FALSE); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp468 LoadConst(node, compiler::Constant::JS_GLOBAL); in LoadObjByNameViaDebugger()
478 LoadConst(node, compiler::Constant::JS_TRUE); in LoadObjByNameViaDebugger()
480 LoadConst(node, compiler::Constant::JS_FALSE); in LoadObjByNameViaDebugger()
507 LoadConst(node, compiler::Constant::JS_GLOBAL); in StoreObjByNameViaDebugger()
666 LoadConst(node, id); in StoreConst()
670 void PandaGen::LoadConst(const ir::AstNode *node, Constant id) in LoadConst() function in panda::es2panda::compiler::PandaGen
881 LoadConst(node, Constant::JS_UNDEFINED); in Unary()
1049 LoadConst(node, Constant::JS_UNDEFINED); in BranchIfUndefined()
1059 LoadConst(node, Constant::JS_UNDEFINED); in BranchIfStrictUndefined()
1069 LoadConst(node, Constant::JS_UNDEFINED); in BranchIfNotUndefined()
[all …]
Dfunction.cpp156 pg->LoadConst(stmt, Constant::JS_UNDEFINED); in CompileInstanceFields()
Dpandagen.h320 void LoadConst(const ir::AstNode *node, Constant id);
/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp46 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
DvariableDeclarator.cpp65 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp115 pg->LoadConst(this, compiler::Constant::JS_HOLE); in CompileHeritageClause()
272 pg->LoadConst(this, compiler::Constant::JS_UNDEFINED); in CompileMissingProperties()