Lines Matching refs:dex_location_checksum

678                                                              uint32_t dex_location_checksum) {
683 &dex_location_checksum,
693 uint32_t dex_location_checksum,
720 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
725 uint32_t expected_dex_checksum = dex_location_checksum;
738 uint32_t dex_location_checksum,
741 return FindOrCreateOatFileForDexLocationLocked(dex_location, dex_location_checksum, oat_location);
799 uint32_t dex_location_checksum,
814 dex_location_checksum,
833 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
836 << " (checksum " << dex_location_checksum
841 CHECK_EQ(dex_location_checksum, result->GetLocationChecksum())
843 << " dex_location_checksum=" << dex_location_checksum
850 uint32_t dex_location_checksum) {
858 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
862 << " with checksum " << dex_location_checksum;
871 bool dex_check = dex_location_checksum == oat_dex_file->GetDexFileLocationChecksum();
890 << " (" << std::hex << dex_location_checksum << ")";
897 uint32_t dex_location_checksum) {
898 bool verified = VerifyOatFileChecksums(oat_file, dex_location, dex_location_checksum);
904 return oat_file->GetOatDexFile(dex_location, &dex_location_checksum)->OpenDexFile();
908 uint32_t dex_location_checksum) {
912 dex_location_checksum);
914 return open_oat_file->GetOatDexFile(dex_location, &dex_location_checksum)->OpenDexFile();
922 uint32_t dex_location_checksum;
923 if (!DexFile::GetChecksum(dex_location, &dex_location_checksum)) {
933 dex_location_checksum);
943 uint32_t dex_location_checksum;
944 if (!DexFile::GetChecksum(dex_location, &dex_location_checksum)) {
950 dex_location_checksum);
962 return FindOrCreateOatFileForDexLocationLocked(dex_location, dex_location_checksum, oat_cache_filename);
1509 uint dex_location_checksum = dex_file.GetLocationChecksum();
1511 &dex_location_checksum);
2549 uint dex_location_checksum = dex_file.GetLocationChecksum();
2551 &dex_location_checksum);