Searched refs:oat_checksum (Results 1 – 6 of 6) sorted by relevance
107 uint32_t oat_checksum,137 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument138 oat_checksum_ = oat_checksum; in SetOatChecksum()
33 uint32_t oat_checksum, in ImageHeader() argument49 oat_checksum_(oat_checksum), in ImageHeader()
297 uint32_t oat_checksum = 0; member
979 cached_image_info_.oat_checksum = image_header.GetOatChecksum(); in GetImageInfo()986 cached_image_info_.oat_checksum = image_header->GetOatChecksum(); in GetImageInfo()
307 uint32_t oat_checksum = 0; in TEST_F() local317 oat_checksum, in TEST_F()
1199 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init() local1201 if (oat_checksum != image_oat_checksum) { in Init()1203 oat_checksum, in Init()1461 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local1463 if (oat_checksum != image_oat_checksum) { in OpenOatFile()1465 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()