Searched refs:new_key (Results 1 – 1 of 1) sorted by relevance
1218 std::string_view new_key(dex_file_data->profile_key); in GetOrAddDexFileData() local1219 profile_index_it = profile_key_map_.PutBefore(profile_index_it, new_key, new_profile_index); in GetOrAddDexFileData()2558 for (const auto& [new_key, old_keys] : new_key_to_old_keys) { in UpdateProfileKeys()2561 << "] to the same new key '" << new_key << "'"; in UpdateProfileKeys()