Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1108 std::unordered_map<std::string, const DexFile*> key_to_dex_file; in VerifyProfileData() local
1110 key_to_dex_file.emplace(GetProfileDexFileBaseKey(dex_file->GetLocation()), dex_file); in VerifyProfileData()
1114 const auto it = key_to_dex_file.find(GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in VerifyProfileData()
1115 if (it == key_to_dex_file.end()) { in VerifyProfileData()
1164 const auto dex_file_inline_cache_it = key_to_dex_file.find( in VerifyProfileData()
1166 if (dex_file_inline_cache_it == key_to_dex_file.end()) { in VerifyProfileData()