Home
last modified time | relevance | path

Searched refs:CatchBegin (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.cpp56 pg->SetLabel(this, labelSet.CatchBegin()); in CompileFinally()
91 pg->SetLabel(this, innerLabelSet.CatchBegin()); in CompileTryCatchFinally()
118 pg->SetLabel(this, innerLabelSet.CatchBegin()); in CompileTryFinally()
140 pg->SetLabel(this, labelSet.CatchBegin()); in CompileTryCatch()
H A DforOfStatement.cpp59 pg->SetLabel(right_, labelSet.CatchBegin()); in Compile()
H A DforInStatement.cpp64 pg->SetLabel(right_, labelSet.CatchBegin()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp83 pg_->SetLabel(node, labelSet.CatchBegin()); in ~LexEnvContext()
125 pg_->SetLabel(node, labelSet.CatchBegin()); in ~IteratorContext()
162 pg_->SetLabel(node, labelSet.CatchBegin()); in ~DestructuringIteratorContext()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncFunctionBuilder.cpp47 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
H A DgeneratorFunctionBuilder.cpp38 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
H A DasyncGeneratorFunctionBuilder.cpp38 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h54 Label *CatchBegin() const in CatchBegin() function in panda::es2panda::compiler::TryLabelSet
H A Diterators.cpp121 pg_->SetLabel(node_, labelSet.CatchBegin()); in Close()
180 pg_->SetLabel(node_, labelSet.CatchBegin()); in Step()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp113 pg_->SetLabel(node_, innerLabelSet.CatchBegin()); in CloseInnerResultNormal()
155 pg_->SetLabel(node_, labelSet.CatchBegin()); in Close()
207 pg_->SetLabel(node_, labelSet.CatchBegin()); in Step()
H A DcatchTable.h54 Label *CatchBegin() const in CatchBegin() function in ark::es2panda::compiler::TryLabelSet
H A Ddestructuring.cpp139 pg->SetLabel(array, labelSet.CatchBegin()); in GenArray()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp90 Cg()->SetLabel(node, labelSet.CatchBegin()); in ~LexEnvContext()
133 Cg()->SetLabel(node, labelSet.CatchBegin()); in ~IteratorContext()
231 etsg->SetLabel(tryStmt_, finalizerTable->LabelSet().CatchBegin()); in EmitFinalizer()
H A Demitter.cpp273 pandaCatchBlock.catchBeginLabel = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables()
274 pandaCatchBlock.catchEndLabel = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables()
H A DJSCompiler.cpp1575 pg->SetLabel(st, labelSet.CatchBegin()); in CompileTryCatch()
1588 pg->SetLabel(st, labelSet.CatchBegin()); in CompileFinally()
1624 pg->SetLabel(st, innerLabelSet.CatchBegin()); in CompileTryCatchFinally()
1651 pg->SetLabel(st, innerLabelSet.CatchBegin()); in CompileTryFinally()
H A DETSCompiler.cpp1664 etsg->SetLabel(st, catchTables.at(i)->LabelSet().CatchBegin()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp59 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
H A DgeneratorFunctionBuilder.cpp42 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
H A DasyncGeneratorFunctionBuilder.cpp47 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp484 pandaCatchBlock.catch_begin_label = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables()

Completed in 14 milliseconds