Searched refs:other_ic_it (Results 1 – 1 of 1) sorted by relevance
1681 for (const auto& other_ic_it : other_inline_cache) { in MergeWith() local1682 uint16_t other_dex_pc = other_ic_it.first; in MergeWith()1683 const ClassSet& other_class_set = other_ic_it.second.classes; in MergeWith()1685 if (other_ic_it.second.is_missing_types) { in MergeWith()1687 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()