Home
last modified time | relevance | path

Searched refs:CheckControlFlowChange (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp49 if (pg->CheckControlFlowChange()) { in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.h134 [[nodiscard]] bool CheckControlFlowChange() const;
DcodeGen.cpp187 bool CodeGen::CheckControlFlowChange() const in CheckControlFlowChange() function in panda::es2panda::compiler::CodeGen
DdynamicContext.cpp254 if (etsg->CheckControlFlowChange()) { in EmitFinalizer()
DETSCompiler.cpp1642 if (etsg->CheckControlFlowChange()) { in Compile()
1664 if (etsg->CheckControlFlowChange()) { in Compile()
DJSCompiler.cpp1679 if (pg->CheckControlFlowChange()) { in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp296 if (pg_->CheckControlFlowChange()) { in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp332 if (pg_->CheckControlFlowChange()) { in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h336 bool CheckControlFlowChange() const;
Dpandagen.cpp798 bool PandaGen::CheckControlFlowChange() const in CheckControlFlowChange() function in panda::es2panda::compiler::PandaGen