Searched refs:other_dex_data (Results 1 – 1 of 1) sorted by relevance
1479 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local1482 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()1485 if ((dex_data != nullptr) && (dex_data->checksum != other_dex_data->checksum)) { in MergeWith()1486 LOG(WARNING) << "Checksum mismatch for dex " << other_dex_data->profile_key; in MergeWith()1503 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local1504 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()1505 other_dex_data->checksum, in MergeWith()1506 other_dex_data->num_method_ids); in MergeWith()1510 dex_profile_index_remap.Put(other_dex_data->profile_index, dex_data->profile_index); in MergeWith()1514 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local[all …]