Home
last modified time | relevance | path

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

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