Home
last modified time | relevance | path

Searched refs:ContinueTarget (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DwhileStatement.cpp45 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
53 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
H A DforOfStatement.cpp78 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
98 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
H A DforInStatement.cpp81 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
96 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
H A DdoWhileStatement.cpp52 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
H A DforUpdateStatement.cpp75 pg->SetLabel(this, labelTarget.ContinueTarget()); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelTarget.h72 Label *ContinueTarget() const in ContinueTarget() function in ark::es2panda::ark::es2panda::compiler::LabelTarget
H A DcodeGen.cpp241 if (constIter->Target().ContinueTarget() != nullptr) { in ControlFlowChangeContinue()
242 continueTarget = constIter->Target().ContinueTarget(); in ControlFlowChangeContinue()
H A DJSCompiler.cpp1325 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 DETSCompiler.cpp1394 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 DlabelTarget.h73 Label *ContinueTarget() const in ContinueTarget() function in panda::es2panda::panda::es2panda::compiler::LabelTarget
H A Dpandagen.cpp843 if (iter->Target().ContinueTarget()) { in ControlFlowChangeContinue()
844 continueTarget = iter->Target().ContinueTarget(); in ControlFlowChangeContinue()

Completed in 11 milliseconds