Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc909 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local
910 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key); in MergeWith()
911 if ((dex_data != nullptr) && (dex_data->checksum != other_dex_data->checksum)) { in MergeWith()
912 LOG(WARNING) << "Checksum mismatch for dex " << other_dex_data->profile_key; in MergeWith()
929 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local
930 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()
931 other_dex_data->checksum); in MergeWith()
935 dex_profile_index_remap.Put(other_dex_data->profile_index, dex_data->profile_index); in MergeWith()
939 for (const DexFileData* other_dex_data : other.info_) { in MergeWith() local
940 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key)); in MergeWith()
[all …]