Home
last modified time | relevance | path

Searched refs:dex_ref (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc1922 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==() local
1925 dex_ref == other_dex_ref) { in operator ==()
1985 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==() local
1988 dex_ref.MatchesDex(type_ref.dex_file)) { in operator ==()
2242 const ProfileCompilationInfo::DexReference& dex_ref) { in operator <<() argument
2243 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 <<()
Dprofile_compilation_info.h1052 const ProfileCompilationInfo::DexReference& dex_ref);
/art/profman/
Dprofile_assistant_test.cc351 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches() local
353 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()