Home
last modified time | relevance | path

Searched refs:EnumerateCatchHandlers (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp181 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h523 void EnumerateCatchHandlers(const Callback &callback) const in EnumerateCatchHandlers() function