Searched refs:StoreConst (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | iterators.cpp | 39 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() 165 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step() 180 pg_->StoreConst(node_, done_, Constant::JS_TRUE); in Step()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 86 pg_->StoreConst(node, done, Constant::JS_FALSE); in AsyncYield() 195 pg_->StoreConst(node, receivedValue, Constant::JS_UNDEFINED); in YieldStar() 202 pg_->StoreConst(node, exitReturn, Constant::JS_FALSE); in YieldStar() 236 pg_->StoreConst(node, exitReturn, Constant::JS_TRUE); in YieldStar()
|
D | asyncGeneratorFunctionBuilder.cpp | 63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn() 86 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | tryStatement.cpp | 53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | dynamicContext.cpp | 192 pg_->StoreConst(tryStmt_, finalizerRun_, Constant::JS_UNDEFINED); in InitFinalizer()
|
D | pandagen.h | 321 void StoreConst(const ir::AstNode *node, VReg reg, Constant id);
|
D | pandagen.cpp | 664 void PandaGen::StoreConst(const ir::AstNode *node, VReg reg, Constant id) in StoreConst() function in panda::es2panda::compiler::PandaGen 1127 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow()
|