Searched refs:other_dex_pc_data (Results 1 – 1 of 1) sorted by relevance
1587 const DexPcData& other_dex_pc_data = other_it->second; in operator ==() local1588 if (dex_pc_data.is_megamorphic != other_dex_pc_data.is_megamorphic || in operator ==()1589 dex_pc_data.is_missing_types != other_dex_pc_data.is_missing_types) { in operator ==()1594 for (const ClassReference& other_class_ref : other_dex_pc_data.classes) { in operator ==()