Home
last modified time | relevance | path

Searched refs:StoreConst (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp39 pg_->StoreConst(node_, closed_, Constant::JS_FALSE); in Iterator()
92 pg_->StoreConst(node_, closed_, Constant::JS_TRUE); in Close()
93 pg_->StoreConst(node_, innerResult, Constant::JS_UNDEFINED); in Close()
94 pg_->StoreConst(node_, innerException, Constant::JS_HOLE); in Close()
149 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
150 pg_->StoreConst(node, result_, Constant::JS_UNDEFINED); in DestructuringIterator()
166 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
182 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp136 pg_->StoreConst(node_, innerResultType, Constant::JS_HOLE); in Close()
178 pg_->StoreConst(node, done_, Constant::JS_FALSE); in DestructuringIterator()
179 pg_->StoreConst(node, result_, Constant::JS_UNDEFINED); in DestructuringIterator()
194 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
209 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp164 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar()
171 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
205 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp89 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield()
197 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar()
204 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar()
238 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
H A DasyncGeneratorFunctionBuilder.cpp63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn()
90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.cpp53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp193 pg_->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
H A Dpandagen.h304 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
H A Dpandagen.cpp725 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in panda::es2panda::compiler::PandaGen
1201 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp159 pg->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
H A Dpandagen.h81 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
H A DJSCompiler.cpp560 pg->StoreConst(expr, argStart, compiler::Constant::JS_UNDEFINED); in CompileSuperExprWithoutSpread()
628 pg->StoreConst(expr, thisReg, compiler::Constant::JS_UNDEFINED); in Compile()
1585 pg->StoreConst(st, exception, compiler::Constant::JS_HOLE); in CompileFinally()
H A Dpandagen.cpp367 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in ark::es2panda::compiler::PandaGen

Completed in 15 milliseconds