/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | tryStatement.cpp | 56 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 D | forOfStatement.cpp | 59 pg->SetLabel(right_, labelSet.CatchBegin()); in Compile()
|
H A D | forInStatement.cpp | 64 pg->SetLabel(right_, labelSet.CatchBegin()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.cpp | 83 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 D | asyncFunctionBuilder.cpp | 47 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
H A D | generatorFunctionBuilder.cpp | 38 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 38 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | catchTable.h | 54 Label *CatchBegin() const in CatchBegin() function in panda::es2panda::compiler::TryLabelSet
|
H A D | iterators.cpp | 121 pg_->SetLabel(node_, labelSet.CatchBegin()); in Close() 180 pg_->SetLabel(node_, labelSet.CatchBegin()); in Step()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 113 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 D | catchTable.h | 54 Label *CatchBegin() const in CatchBegin() function in ark::es2panda::compiler::TryLabelSet
|
H A D | destructuring.cpp | 139 pg->SetLabel(array, labelSet.CatchBegin()); in GenArray()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.cpp | 90 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 D | emitter.cpp | 273 pandaCatchBlock.catchBeginLabel = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables() 274 pandaCatchBlock.catchEndLabel = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables()
|
H A D | JSCompiler.cpp | 1575 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 D | ETSCompiler.cpp | 1664 etsg->SetLabel(st, catchTables.at(i)->LabelSet().CatchBegin()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | asyncFunctionBuilder.cpp | 59 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
H A D | generatorFunctionBuilder.cpp | 42 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 47 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 484 pandaCatchBlock.catch_begin_label = labelSet.CatchBegin()->Id(); in GenFunctionCatchTables()
|