Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1942 for (const std::unique_ptr<DexFileData>& other_dex_data : other.info_) { in MergeWith() local
1945 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1948 if ((dex_data != nullptr) && (dex_data->checksum != other_dex_data->checksum)) { in MergeWith()
1949 LOG(WARNING) << "Checksum mismatch for dex " << other_dex_data->profile_key; in MergeWith()
1966 for (const std::unique_ptr<DexFileData>& other_dex_data : other.info_) { in MergeWith() local
1967 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()
1968 other_dex_data->checksum, in MergeWith()
1969 other_dex_data->num_type_ids, in MergeWith()
1970 other_dex_data->num_method_ids); in MergeWith()
1976 DCHECK_EQ(other_dex_data->profile_index, dex_profile_index_remap.size()); in MergeWith()
[all …]