Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc753 const DexReference& dex_ref = pmi.dex_references[class_ref.dex_profile_index]; in AddMethod() local
755 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 ==() local
2084 dex_ref == other_dex_ref) { in operator ==()
/art/profman/
Dprofile_assistant_test.cc366 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches() local
368 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()