Searched refs:GetDexFileLocationChecksum (Results 1 – 7 of 7) sorted by relevance
446 CHECK_EQ(dex_file.GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum()); in TEST_F()656 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[0]->GetDexFileLocationChecksum(), in TestDexFileInput()658 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[1]->GetDexFileLocationChecksum(), in TestDexFileInput()
464 uint32_t GetDexFileLocationChecksum() const { in GetDexFileLocationChecksum() function
461 uint32_t actual_checksum = oat_dex_file->GetDexFileLocationChecksum(); in DexChecksumUpToDate()922 cached_required_dex_checksums_.push_back(odex_dex_file->GetDexFileLocationChecksum()); in GetRequiredDexChecksums()
1674 oat_dex_file->GetDexFileLocationChecksum() != *dex_location_checksum) { in GetOatDexFile()1677 std::string checksum = StringPrintf("0x%08x", oat_dex_file->GetDexFileLocationChecksum()); in GetOatDexFile()
1403 if (dex_file->GetLocationChecksum() != oat_dex_file->GetDexFileLocationChecksum()) { in OpenOatDexFile()1407 oat_dex_file->GetDexFileLocationChecksum()); in OpenOatDexFile()
1897 if (checksums[0] != oat_dex_file->GetDexFileLocationChecksum()) { in ValidateOatFile()1902 oat_dex_file->GetDexFileLocationChecksum(), in ValidateOatFile()1922 if (checksums[i] != multi_dex->GetDexFileLocationChecksum()) { in ValidateOatFile()1927 multi_dex->GetDexFileLocationChecksum(), in ValidateOatFile()
1059 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum()); in DumpOatDexFile()