Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc2178 std::string new_profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in UpdateProfileKeys() local
2180 if (dex_data_base_key != new_profile_key) { in UpdateProfileKeys()
2181 if (profile_key_map_.find(new_profile_key) != profile_key_map_.end()) { in UpdateProfileKeys()
2183 LOG(ERROR) << "Cannot update profile key to " << new_profile_key in UpdateProfileKeys()
2190 profile_key_map_.Put(MigrateAnnotationInfo(new_profile_key, dex_data->profile_key), in UpdateProfileKeys()
2192 dex_data->profile_key = new_profile_key; in UpdateProfileKeys()