Searched refs:catch_it (Results 1 – 1 of 1) sorted by relevance
197 CatchHandlerIterator catch_it(accessor, dex_pc); in DumpMethodCFG() local198 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()199 exception_targets.insert(catch_it.GetHandlerAddress()); in DumpMethodCFG()256 CatchHandlerIterator catch_it(accessor, dex_pc); in DumpMethodCFG() local257 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()258 current_handler_pcs.insert(catch_it.GetHandlerAddress()); in DumpMethodCFG()297 CatchHandlerIterator catch_it(accessor, dex_pc); in DumpMethodCFG() local298 if (catch_it.HasNext()) { in DumpMethodCFG()300 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()301 uint32_t handler_pc = catch_it.GetHandlerAddress(); in DumpMethodCFG()