Home
last modified time | relevance | path

Searched refs:MatchesDex (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h101 bool MatchesDex(const DexFile* dex_file) const { in MatchesDex() function
Dprofile_compilation_info.cc1988 dex_ref.MatchesDex(type_ref.dex_file)) { in operator ==()
/art/profman/
Dprofile_assistant_test.cc353 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()
/art/compiler/optimizing/
Dinliner.cc752 if (offline_profile.dex_references[i].MatchesDex(dex_file)) { in ExtractClassesFromOfflineProfile()