Searched refs:exception_targets (Results 1 – 1 of 1) sorted by relevance
1596 std::set<uint32_t> exception_targets; in DumpMethodCFGImpl() local1613 if (!exception_targets.empty()) { in DumpMethodCFGImpl()1616 for (uint32_t handler_pc : exception_targets) { in DumpMethodCFGImpl()1624 exception_targets.clear(); in DumpMethodCFGImpl()1643 exception_targets.insert(catch_it.GetHandlerAddress()); in DumpMethodCFGImpl()1704 if (current_handler_pcs != exception_targets) { in DumpMethodCFGImpl()1705 exception_targets.clear(); // Clear so we don't do something at the end. in DumpMethodCFGImpl()1718 if (!exception_targets.empty()) { in DumpMethodCFGImpl()1721 for (uint32_t handler_pc : exception_targets) { in DumpMethodCFGImpl()1729 exception_targets.clear(); in DumpMethodCFGImpl()