Searched defs:catch_handler (Results 1 – 7 of 7) sorted by relevance
97 …in->EnumerateCatchHandlers([this, object_id, &resolved_handler](BasicBlock *catch_handler, size_t … in TryFindResolvedCatchHandler()
648 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst() local670 for (auto catch_handler : it->second) { in ReplaceThrowableInst() local
717 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst()
55 for (auto catch_handler : handlers) { in AddCatchPhiMoves() local
192 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
279 for (auto catch_handler : handlers) { in GetInitInstLiveSet() local
61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()