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

  /art/compiler/
image_test.cc 61 uint32_t oat_checksum = 0; local
71 oat_checksum,
  /art/runtime/
oat_file_assistant.h 294 uint32_t oat_checksum = 0; member in struct:art::OatFileAssistant::ImageInfo
  /art/runtime/gc/space/
image_space.cc 559 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); local
561 if (oat_checksum != image_oat_checksum) {
563 oat_checksum,
1392 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); local
    [all...]

Completed in 148 milliseconds