Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc446 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()
/art/runtime/
Doat_file.h464 uint32_t GetDexFileLocationChecksum() const { in GetDexFileLocationChecksum() function
Doat_file_assistant.cc461 uint32_t actual_checksum = oat_dex_file->GetDexFileLocationChecksum(); in DexChecksumUpToDate()
922 cached_required_dex_checksums_.push_back(odex_dex_file->GetDexFileLocationChecksum()); in GetRequiredDexChecksums()
Doat_file.cc1674 oat_dex_file->GetDexFileLocationChecksum() != *dex_location_checksum) { in GetOatDexFile()
1677 std::string checksum = StringPrintf("0x%08x", oat_dex_file->GetDexFileLocationChecksum()); in GetOatDexFile()
Dclass_linker.cc1403 if (dex_file->GetLocationChecksum() != oat_dex_file->GetDexFileLocationChecksum()) { in OpenOatDexFile()
1407 oat_dex_file->GetDexFileLocationChecksum()); in OpenOatDexFile()
/art/runtime/gc/space/
Dimage_space.cc1897 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()
/art/oatdump/
Doatdump.cc1059 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum()); in DumpOatDexFile()