HomeSort by relevance Sort by last modified time
    Searched refs:dex_file_checksum (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat_file.h 558 uint32_t dex_file_checksum,
oat_file.cc 597 uint32_t dex_file_checksum; local
598 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) {
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 427 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); local
429 &dex_file_checksum);
    [all...]
  /art/libprofile/profile/
profile_compilation_info.cc 88 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) {
89 return kDebugIgnoreChecksum || dex_file_checksum == checksum;
    [all...]

Completed in 207 milliseconds