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 521 uint32_t dex_file_checksum,
oat_file.cc 608 uint32_t dex_file_checksum; local
609 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) {
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 442 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); local
444 &dex_file_checksum);
    [all...]
  /art/runtime/jit/
profile_compilation_info.cc 81 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) {
82 return kDebugIgnoreChecksum || dex_file_checksum == checksum;
    [all...]

Completed in 87 milliseconds