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.cc1820 for (const std::unique_ptr<DexFileData>& other_dex_data : other.info_) { in MergeWith() local
1823 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1826 if ((dex_data != nullptr) && (dex_data->checksum != other_dex_data->checksum)) { in MergeWith()
1827 LOG(WARNING) << "Checksum mismatch for dex " << other_dex_data->profile_key; in MergeWith()
1844 for (const std::unique_ptr<DexFileData>& other_dex_data : other.info_) { in MergeWith() local
1845 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()
1846 other_dex_data->checksum, in MergeWith()
1847 other_dex_data->num_type_ids, in MergeWith()
1848 other_dex_data->num_method_ids); in MergeWith()
1854 DCHECK_EQ(other_dex_data->profile_index, dex_profile_index_remap.size()); in MergeWith()
[all …]