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

  /art/compiler/
oat_test.cc 149 uint32_t dex_file_checksum = dex_file->GetLocationChecksum(); local
151 &dex_file_checksum);
  /art/runtime/
oat_file.cc 279 uint32_t dex_file_checksum = *reinterpret_cast<const uint32_t*>(oat); local
280 oat += sizeof(dex_file_checksum);
338 dex_file_checksum,

Completed in 34 milliseconds