Home
last modified time | relevance | path

Searched refs:oat_checksum (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Dimage_test.cc61 uint32_t oat_checksum = 0; in TEST_F() local
71 oat_checksum, in TEST_F()
/art/runtime/
Dimage.h115 uint32_t oat_checksum,
145 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
146 oat_checksum_ = oat_checksum; in SetOatChecksum()
Dimage.cc35 uint32_t oat_checksum, in ImageHeader() argument
51 oat_checksum_(oat_checksum), in ImageHeader()
Doat_file_assistant.h294 uint32_t oat_checksum = 0; member
Doat_file_assistant.cc498 } else if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) { in GivenOatFileStatus()
910 info->oat_checksum = image_header->GetOatChecksum(); in GetRuntimeImageInfo()
/art/runtime/gc/space/
Dimage_space.cc559 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init() local
561 if (oat_checksum != image_oat_checksum) { in Init()
563 oat_checksum, in Init()
1392 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
1394 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
1397 oat_checksum, in OpenOatFile()