Searched refs:dex_ref (Results 1 – 3 of 3) sorted by relevance
1922 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==() local1925 dex_ref == other_dex_ref) { in operator ==()1985 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==() local1988 dex_ref.MatchesDex(type_ref.dex_file)) { in operator ==()2242 const ProfileCompilationInfo::DexReference& dex_ref) { in operator <<() argument2243 stream << "[profile_key=" << dex_ref.profile_key in operator <<()2244 << ",dex_checksum=" << std::hex << dex_ref.dex_checksum << std::dec in operator <<()2245 << ",num_method_ids=" << dex_ref.num_method_ids in operator <<()
1052 const ProfileCompilationInfo::DexReference& dex_ref);
351 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches() local353 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()