Searched refs:new_profile_key (Results 1 – 1 of 1) sorted by relevance
2487 std::string new_profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in UpdateProfileKeys() local2489 if (dex_data_base_key != new_profile_key) { in UpdateProfileKeys()2490 if (profile_key_map_.find(new_profile_key) != profile_key_map_.end()) { in UpdateProfileKeys()2492 LOG(ERROR) << "Cannot update profile key to " << new_profile_key in UpdateProfileKeys()2499 dex_data->profile_key = MigrateAnnotationInfo(new_profile_key, dex_data->profile_key); in UpdateProfileKeys()