Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h64 uint32_t oat_checksum,
87 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
88 oat_checksum_ = oat_checksum; in SetOatChecksum()
Dimage.cc33 uint32_t oat_checksum, in ImageHeader() argument
42 oat_checksum_(oat_checksum), in ImageHeader()
Doat_file_assistant.h288 uint32_t oat_checksum = 0; member
Doat_file_assistant.cc445 if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) { in GivenOatFileIsOutOfDate()
920 cached_image_info_.oat_checksum = image_header.GetOatChecksum(); in CopyProfileFile()
927 cached_image_info_.oat_checksum = image_header->GetOatChecksum(); in CopyProfileFile()
/art/compiler/
Dimage_test.cc205 uint32_t oat_checksum = 0; in TEST_F() local
215 oat_checksum, in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc801 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
803 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
805 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()