Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h629 uint32_t dex_file_checksum,
644 uint32_t dex_file_checksum,
Doat_file.cc789 uint32_t dex_file_checksum; in Setup() local
790 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup()
886 if (dex_file_checksum != external_dex_files_[i]->GetLocationChecksum()) { in Setup()
890 dex_file_checksum, in Setup()
1022 dex_file_checksum, in Setup()
/art/libprofile/profile/
Dprofile_compilation_info.cc128 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch() argument
129 return kDebugIgnoreChecksum || dex_file_checksum == checksum; in ChecksumMatch()