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