Home
last modified time | relevance | path

Searched refs:dex_file_checksum (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file.h571 uint32_t dex_file_checksum,
586 uint32_t dex_file_checksum,
Doat_file.cc682 uint32_t dex_file_checksum; in Setup() local
683 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup()
929 dex_file_checksum, in Setup()
/art/dex2oat/linker/
Doat_writer_test.cc463 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); in TEST_F() local
465 &dex_file_checksum); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc3494 std::string dex_file_checksum = StringPrintf("/%08x", checksum); in VerifyBootClassPathChecksums() local
3495 if (!StartsWith(oat_checksums, dex_file_checksum)) { in VerifyBootClassPathChecksums()
3498 dex_file_checksum.c_str()); in VerifyBootClassPathChecksums()
3501 oat_checksums.remove_prefix(dex_file_checksum.size()); in VerifyBootClassPathChecksums()
/art/libprofile/profile/
Dprofile_compilation_info.cc115 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch() argument
116 return kDebugIgnoreChecksum || dex_file_checksum == checksum; in ChecksumMatch()