Searched refs:new_profile_key (Results 1 – 1 of 1) sorted by relevance
2084 std::string new_profile_key = GetProfileDexFileKey(dex_file->GetLocation()); in UpdateProfileKeys() local2085 if (dex_data->profile_key != new_profile_key) { in UpdateProfileKeys()2086 if (profile_key_map_.find(new_profile_key) != profile_key_map_.end()) { in UpdateProfileKeys()2088 LOG(ERROR) << "Cannot update profile key to " << new_profile_key in UpdateProfileKeys()2093 profile_key_map_.Put(new_profile_key, dex_data->profile_index); in UpdateProfileKeys()2094 dex_data->profile_key = new_profile_key; in UpdateProfileKeys()