Searched refs:innerLabelSet (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | tryStatement.cpp | 83 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryCatchFinally() local 85 pg->SetLabel(this, innerLabelSet.TryBegin()); in CompileTryCatchFinally() 87 pg->SetLabel(this, innerLabelSet.TryEnd()); in CompileTryCatchFinally() 89 pg->Branch(this, innerLabelSet.CatchEnd()); in CompileTryCatchFinally() 91 pg->SetLabel(this, innerLabelSet.CatchBegin()); in CompileTryCatchFinally() 93 pg->SetLabel(this, innerLabelSet.CatchEnd()); in CompileTryCatchFinally() 110 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryFinally() local 112 pg->SetLabel(this, innerLabelSet.TryBegin()); in CompileTryFinally() 114 pg->SetLabel(this, innerLabelSet.TryEnd()); in CompileTryFinally() 116 pg->Branch(this, innerLabelSet in CompileTryFinally() [all...] |
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 102 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CloseInnerResultNormal() local 104 pg_->SetLabel(node_, innerLabelSet.TryBegin()); in CloseInnerResultNormal() 110 pg_->SetLabel(node_, innerLabelSet.TryEnd()); in CloseInnerResultNormal() 111 pg_->Branch(node_, innerLabelSet.CatchEnd()); in CloseInnerResultNormal() 113 pg_->SetLabel(node_, innerLabelSet.CatchBegin()); in CloseInnerResultNormal() 116 pg_->SetLabel(node_, innerLabelSet.CatchEnd()); in CloseInnerResultNormal()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 1616 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryCatchFinally() local 1618 pg->SetLabel(st, innerLabelSet.TryBegin()); in CompileTryCatchFinally() 1620 pg->SetLabel(st, innerLabelSet.TryEnd()); in CompileTryCatchFinally() 1622 pg->Branch(st, innerLabelSet.CatchEnd()); in CompileTryCatchFinally() 1624 pg->SetLabel(st, innerLabelSet.CatchBegin()); in CompileTryCatchFinally() 1626 pg->SetLabel(st, innerLabelSet.CatchEnd()); in CompileTryCatchFinally() 1643 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryFinally() local 1645 pg->SetLabel(st, innerLabelSet.TryBegin()); in CompileTryFinally() 1647 pg->SetLabel(st, innerLabelSet.TryEnd()); in CompileTryFinally() 1649 pg->Branch(st, innerLabelSet in CompileTryFinally() [all...] |
Completed in 4 milliseconds