Searched refs:other_profile_line_header (Results 1 – 1 of 1) sorted by relevance
1388 for (const ProfileLineHeader other_profile_line_header : profile_line_headers) { in RemapProfileIndex() local1389 if (!filter_fn(other_profile_line_header.dex_location, other_profile_line_header.checksum)) { in RemapProfileIndex()1394 const DexFileData* dex_data = FindDexData(other_profile_line_header.dex_location, in RemapProfileIndex()1397 if ((dex_data != nullptr) && (dex_data->checksum != other_profile_line_header.checksum)) { in RemapProfileIndex()1398 LOG(WARNING) << "Checksum mismatch for dex " << other_profile_line_header.dex_location; in RemapProfileIndex()