Home
last modified time | relevance | path

Searched defs:catch_handler (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp97 …in->EnumerateCatchHandlers([this, object_id, &resolved_handler](BasicBlock *catch_handler, size_t … in TryFindResolvedCatchHandler()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp648 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst() local
670 for (auto catch_handler : it->second) { in ReplaceThrowableInst() local
Dgraph.h717 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp55 for (auto catch_handler : handlers) { in AddCatchPhiMoves() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp192 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp279 for (auto catch_handler : handlers) { in GetInitInstLiveSet() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()