Searched refs:oat_checksum (Results 1 – 6 of 6) sorted by relevance
61 uint32_t oat_checksum = 0; in TEST_F() local71 oat_checksum, in TEST_F()
115 uint32_t oat_checksum,145 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument146 oat_checksum_ = oat_checksum; in SetOatChecksum()
35 uint32_t oat_checksum, in ImageHeader() argument51 oat_checksum_(oat_checksum), in ImageHeader()
294 uint32_t oat_checksum = 0; member
498 } else if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) { in GivenOatFileStatus()910 info->oat_checksum = image_header->GetOatChecksum(); in GetRuntimeImageInfo()
559 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init() local561 if (oat_checksum != image_oat_checksum) { in Init()563 oat_checksum, in Init()1392 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local1394 if (oat_checksum != image_oat_checksum) { in OpenOatFile()1397 oat_checksum, in OpenOatFile()