Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc153 std::set<uint32_t> exception_targets; in DumpMethodCFG() local
169 if (!exception_targets.empty()) { in DumpMethodCFG()
172 for (uint32_t handler_pc : exception_targets) { in DumpMethodCFG()
180 exception_targets.clear(); in DumpMethodCFG()
199 exception_targets.insert(catch_it.GetHandlerAddress()); in DumpMethodCFG()
260 if (current_handler_pcs != exception_targets) { in DumpMethodCFG()
261 exception_targets.clear(); // Clear so we don't do something at the end. in DumpMethodCFG()
275 if (!exception_targets.empty()) { in DumpMethodCFG()
278 for (uint32_t handler_pc : exception_targets) { in DumpMethodCFG()
286 exception_targets.clear(); in DumpMethodCFG()