Searched refs:dex_ref (Results 1 – 2 of 2) sorted by relevance
753 const DexReference& dex_ref = pmi.dex_references[class_ref.dex_profile_index]; in AddMethod() local755 GetProfileDexFileKey(dex_ref.dex_location), in AddMethod()756 dex_ref.dex_checksum, in AddMethod()757 dex_ref.num_method_ids); in AddMethod()2081 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==() local2084 dex_ref == other_dex_ref) { in operator ==()
366 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches() local368 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()