/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | tryStatement.cpp | 80 pg->SetLabel(this, labelSet.TryBegin()); in CompileTryCatchFinally() 85 pg->SetLabel(this, innerLabelSet.TryBegin()); in CompileTryCatchFinally() 107 pg->SetLabel(this, labelSet.TryBegin()); in CompileTryFinally() 112 pg->SetLabel(this, innerLabelSet.TryBegin()); in CompileTryFinally() 134 pg->SetLabel(this, labelSet.TryBegin()); in CompileTryCatch()
|
H A D | forOfStatement.cpp | 54 pg->SetLabel(right_, labelSet.TryBegin()); in Compile()
|
H A D | forInStatement.cpp | 57 pg->SetLabel(right_, labelSet.TryBegin()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.cpp | 68 pg_->SetLabel(node, labelSet.TryBegin()); in LexEnvContext() 114 pg_->SetLabel(iterator_.Node(), labelSet.TryBegin()); in IteratorContext() 144 pg_->SetLabel(iterator_.Node(), labelSet.TryBegin());
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | asyncFunctionBuilder.cpp | 39 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
|
H A D | generatorFunctionBuilder.cpp | 30 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 30 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | catchTable.h | 44 Label *TryBegin() const in TryBegin() function in panda::es2panda::compiler::TryLabelSet
|
H A D | iterators.cpp | 99 pg_->SetLabel(node_, labelSet.TryBegin()); in Close() 160 pg_->SetLabel(node_, labelSet.TryBegin()); in Step()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 104 pg_->SetLabel(node_, innerLabelSet.TryBegin()); in CloseInnerResultNormal() 142 pg_->SetLabel(node_, labelSet.TryBegin()); in Close() 189 pg_->SetLabel(node_, labelSet.TryBegin()); in Step()
|
H A D | catchTable.h | 44 Label *TryBegin() const in TryBegin() function in ark::es2panda::compiler::TryLabelSet
|
H A D | destructuring.cpp | 125 pg->SetLabel(array, labelSet.TryBegin()); in GenArray()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | asyncFunctionBuilder.cpp | 50 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 33 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.cpp | 75 Cg()->SetLabel(node, labelSet.TryBegin()); in LexEnvContext() 122 pg->SetLabel(iterator_.Node(), labelSet.TryBegin()); in IteratorContext()
|
H A D | JSCompiler.cpp | 1569 pg->SetLabel(st, labelSet.TryBegin()); in CompileTryCatch() 1613 pg->SetLabel(st, labelSet.TryBegin()); in CompileTryCatchFinally() 1618 pg->SetLabel(st, innerLabelSet.TryBegin()); in CompileTryCatchFinally() 1640 pg->SetLabel(st, labelSet.TryBegin()); in CompileTryFinally() 1645 pg->SetLabel(st, innerLabelSet.TryBegin()); in CompileTryFinally()
|
H A D | emitter.cpp | 271 pandaCatchBlock.tryBeginLabel = labelSet.TryBegin()->Id(); in GenFunctionCatchTables()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 482 pandaCatchBlock.try_begin_label = labelSet.TryBegin()->Id(); in GenFunctionCatchTables()
|