Searched refs:other_class_ref (Results 1 – 1 of 1) sorted by relevance
1594 for (const ClassReference& other_class_ref : other_dex_pc_data.classes) { in operator ==() local1596 CHECK_LE(other_class_ref.dex_profile_index, other.dex_references.size()); in operator ==()1598 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()1599 if (class_ref.type_index == other_class_ref.type_index && in operator ==()