Home
last modified time | relevance | path

Searched refs:ControlFlowChangeBreak (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DbreakStatement.cpp38 compiler::Label *target = pg->ControlFlowChangeBreak(ident_); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp121 pg_->ControlFlowChangeBreak(); in HandleCompletion()
213 pg_->ControlFlowChangeBreak(); in YieldStar()
298 pg_->ControlFlowChangeBreak(); in YieldStar()
DasyncGeneratorFunctionBuilder.cpp88 pg_->ControlFlowChangeBreak(); in Yield()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp256 etsg->ControlFlowChangeBreak(); in EmitFinalizer()
266 …compiler::Label *target = etsg->ControlFlowChangeBreak(insertion.second->AsBreakStatement()->Ident… in EmitFinalizer()
DcodeGen.h135 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
DcodeGen.cpp202 Label *CodeGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::CodeGen
DETSCompiler.cpp1418 compiler::Label *target = cg->ControlFlowChangeBreak(self->Ident()); in CompileImpl()
1643 etsg->ControlFlowChangeBreak(); in Compile()
1669 etsg->ControlFlowChangeBreak(); in Compile()
DJSCompiler.cpp1461 compiler::Label *target = cg->ControlFlowChangeBreak(self->Ident()); in CompileImpl()
1684 pg->ControlFlowChangeBreak(); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp129 pg_->ControlFlowChangeBreak(); in Yield()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h337 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
Dpandagen.cpp813 Label *PandaGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::PandaGen