Searched defs:catchHandler (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.cpp | 727 for (auto catchHandler : throwableInsts_.at(inst)) { in RemoveThrowableInst() local 752 for (auto catchHandler : it->second) { in ReplaceThrowableInst() local
|
| D | graph.h | 878 void AppendThrowableInst(const Inst *inst, BasicBlock *catchHandler) in AppendThrowableInst()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_dynamic.cpp | 71 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
|
| D | codegen_static.cpp | 209 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.cpp | 55 for (auto catchHandler : handlers) { in AddCatchPhiMoves() local
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 127 …tbb->EnumerateCatchHandlers([this](compiler::BasicBlock *catchHandler, [[maybe_unused]] size_t typ… in ProcessThrowableInstructions()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 358 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 335 for (auto catchHandler : handlers) { in GetInitInstLiveSet() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 107 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()
|