Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDexFileLocationChecksum

784       success = next_location_checksum == oat_dex_file->GetDexFileLocationChecksum();
801 << " OatDexFile::GetLocationChecksum()=" << oat_dex_file->GetDexFileLocationChecksum();
1029 uint32_t actual_dex_checksum = oat_dex_file->GetDexFileLocationChecksum();
1152 oat_dex_file->GetDexFileLocationChecksum());
1157 if (dex_location_checksum != oat_dex_file->GetDexFileLocationChecksum()) {
1160 oat_dex_file->GetDexFileLocationChecksum(),
1650 CHECK_EQ(dex_file->GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum());