Home
last modified time | relevance | path

Searched defs:dex_file_checksum (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc463 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); in TEST_F() local
/aosp12/art/runtime/
H A Doat_file.cc739 uint32_t dex_file_checksum; in Setup() local
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc115 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc3494 std::string dex_file_checksum = StringPrintf("/%08x", checksum); in VerifyBootClassPathChecksums() local