Searched refs:key_to_dex_file (Results 1 – 1 of 1) sorted by relevance
1293 std::unordered_map<std::string_view, const DexFile*> key_to_dex_file; in VerifyProfileData() local1295 key_to_dex_file.emplace(GetProfileDexFileBaseKeyView(dex_file->GetLocation()), dex_file); in VerifyProfileData()1299 const auto it = key_to_dex_file.find(GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)); in VerifyProfileData()1300 if (it == key_to_dex_file.end()) { in VerifyProfileData()