Searched refs:ContinueTarget (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | whileStatement.cpp | 45 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile() 53 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
|
H A D | forOfStatement.cpp | 78 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile() 98 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
|
H A D | forInStatement.cpp | 81 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile() 96 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
|
H A D | doWhileStatement.cpp | 52 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
|
H A D | forUpdateStatement.cpp | 75 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | labelTarget.h | 72 Label *ContinueTarget() const in ContinueTarget() function in ark::es2panda::ark::es2panda::compiler::LabelTarget
|
H A D | codeGen.cpp | 241 if (constIter->Target().ContinueTarget() != nullptr) { in ControlFlowChangeContinue() 242 continueTarget = constIter->Target().ContinueTarget(); in ControlFlowChangeContinue()
|
H A D | JSCompiler.cpp | 1325 cg->SetLabel(self, labelTarget.ContinueTarget()); in CompileImpl() 1360 pg->SetLabel(st, labelTarget.ContinueTarget()); in Compile() 1379 pg->Branch(st, labelTarget.ContinueTarget()); in Compile() 1394 pg->SetLabel(st, labelTarget.ContinueTarget()); in Compile() 1415 pg->Branch(st, labelTarget.ContinueTarget()); in Compile() 1444 pg->SetLabel(st, labelTarget.ContinueTarget()); in Compile() 1707 cg->SetLabel(whileStmt, labelTarget.ContinueTarget()); in CompileImpl() 1716 cg->Branch(whileStmt, labelTarget.ContinueTarget()); in CompileImpl()
|
H A D | ETSCompiler.cpp | 1394 etsg->SetLabel(self, labelTarget.ContinueTarget()); in CompileImpl() 1457 etsg->SetLabel(st, labelTarget.ContinueTarget()); in Compile() 1489 etsg->SetLabel(st, labelTarget.ContinueTarget()); in Compile() 1710 cg->SetLabel(whileStmt, labelTarget.ContinueTarget()); in CompileImpl() 1719 cg->Branch(whileStmt, labelTarget.ContinueTarget()); in CompileImpl()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | labelTarget.h | 73 Label *ContinueTarget() const in ContinueTarget() function in panda::es2panda::panda::es2panda::compiler::LabelTarget
|
H A D | pandagen.cpp | 843 if (iter->Target().ContinueTarget()) { in ControlFlowChangeContinue() 844 continueTarget = iter->Target().ContinueTarget(); in ControlFlowChangeContinue()
|
Completed in 11 milliseconds