Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h107 uint32_t oat_checksum,
137 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
138 oat_checksum_ = oat_checksum; in SetOatChecksum()
Dimage.cc33 uint32_t oat_checksum, in ImageHeader() argument
49 oat_checksum_(oat_checksum), in ImageHeader()
Doat_file_assistant.h297 uint32_t oat_checksum = 0; member
Doat_file_assistant.cc979 cached_image_info_.oat_checksum = image_header.GetOatChecksum(); in GetImageInfo()
986 cached_image_info_.oat_checksum = image_header->GetOatChecksum(); in GetImageInfo()
/art/compiler/
Dimage_test.cc307 uint32_t oat_checksum = 0; in TEST_F() local
317 oat_checksum, in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1199 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init() local
1201 if (oat_checksum != image_oat_checksum) { in Init()
1203 oat_checksum, in Init()
1461 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
1463 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
1465 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()