Home
last modified time | relevance | path

Searched refs:TryBegin (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.cpp80 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 DforOfStatement.cpp54 pg->SetLabel(right_, labelSet.TryBegin()); in Compile()
H A DforInStatement.cpp57 pg->SetLabel(right_, labelSet.TryBegin()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp68 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 DasyncFunctionBuilder.cpp39 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
H A DgeneratorFunctionBuilder.cpp30 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
H A DasyncGeneratorFunctionBuilder.cpp30 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h44 Label *TryBegin() const in TryBegin() function in panda::es2panda::compiler::TryLabelSet
H A Diterators.cpp99 pg_->SetLabel(node_, labelSet.TryBegin()); in Close()
160 pg_->SetLabel(node_, labelSet.TryBegin()); in Step()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp104 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 DcatchTable.h44 Label *TryBegin() const in TryBegin() function in ark::es2panda::compiler::TryLabelSet
H A Ddestructuring.cpp125 pg->SetLabel(array, labelSet.TryBegin()); in GenArray()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp50 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
H A DasyncGeneratorFunctionBuilder.cpp33 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp75 Cg()->SetLabel(node, labelSet.TryBegin()); in LexEnvContext()
122 pg->SetLabel(iterator_.Node(), labelSet.TryBegin()); in IteratorContext()
H A DJSCompiler.cpp1569 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 Demitter.cpp271 pandaCatchBlock.tryBeginLabel = labelSet.TryBegin()->Id(); in GenFunctionCatchTables()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp482 pandaCatchBlock.try_begin_label = labelSet.TryBegin()->Id(); in GenFunctionCatchTables()

Completed in 11 milliseconds