Searched refs:dex_file_checksum (Results 1 – 3 of 3) sorted by relevance
629 uint32_t dex_file_checksum,644 uint32_t dex_file_checksum,
789 uint32_t dex_file_checksum; in Setup() local790 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()
128 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch() argument129 return kDebugIgnoreChecksum || dex_file_checksum == checksum; in ChecksumMatch()