Searched refs:catches_ (Results 1 – 4 of 4) sorted by relevance
627 catches_.insert(catch_block->start_offset); in ProcessCanThrow()2363 DCHECK_EQ(mir_graph->catches_.count(start_offset), 1u); in Kill()2364 mir_graph->catches_.erase(start_offset); in Kill()
1266 std::set<uint32_t> catches_; variable
650 for (uint32_t dex_pc : mir_graph_->catches_) { in VerifyCatchEntries()665 LOG(INFO) << "Entries @ decode: " << mir_graph_->catches_.size() << ", Entries in table: " in VerifyCatchEntries()
441 mir_graph_->catches_.clear(); in GenSpecialCase()