Searched refs:other_ic_it (Results 1 – 1 of 1) sorted by relevance
1907 for (const auto& other_ic_it : other_inline_cache) { in MergeWith() local1908 uint16_t other_dex_pc = other_ic_it.first; in MergeWith()1909 const ArenaSet<dex::TypeIndex>& other_class_set = other_ic_it.second.classes; in MergeWith()1911 if (other_ic_it.second.is_missing_types) { in MergeWith()1913 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()