Searched refs:other_dex_data (Results 1 – 1 of 1) sorted by relevance
1518 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local1521 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()1524 if ((dex_data != nullptr) && (dex_data->checksum != other_dex_data->checksum)) { in MergeWith()1525 LOG(WARNING) << "Checksum mismatch for dex " << other_dex_data->profile_key; in MergeWith()1542 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local1543 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()1544 other_dex_data->checksum, in MergeWith()1545 other_dex_data->num_method_ids); in MergeWith()1549 dex_profile_index_remap.Put(other_dex_data->profile_index, dex_data->profile_index); in MergeWith()1553 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local[all …]