Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc789 uint32_t dex_file_checksum; in Setup() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc129 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch()