Home
last modified time | relevance | path

Searched defs:catchHandler (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp727 for (auto catchHandler : throwableInsts_.at(inst)) { in RemoveThrowableInst() local
752 for (auto catchHandler : it->second) { in ReplaceThrowableInst() local
Dgraph.h878 void AppendThrowableInst(const Inst *inst, BasicBlock *catchHandler) in AppendThrowableInst()
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp71 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
Dcodegen_static.cpp209 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp55 for (auto catchHandler : handlers) { in AddCatchPhiMoves() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp127 …tbb->EnumerateCatchHandlers([this](compiler::BasicBlock *catchHandler, [[maybe_unused]] size_t typ… in ProcessThrowableInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp358 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp335 for (auto catchHandler : handlers) { in GetInitInstLiveSet() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp107 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()