Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h94 bool MatchesDex(const DexFile* dex_file) const { in MatchesDex() function
/art/profman/
Dprofile_assistant_test.cc362 if (dex_ref.MatchesDex(&(it->GetDexFile())) && in AssertInlineCaches()
/art/compiler/optimizing/
Dinliner.cc720 if (offline_profile.dex_references[i].MatchesDex(dex_file)) { in ExtractClassesFromOfflineProfile()