Searched refs:oat_checksum (Results 1 – 5 of 5) sorted by relevance
70 uint32_t oat_checksum = 0; in TEST_F() local83 oat_checksum, in TEST_F()
41 uint32_t oat_checksum, in ImageHeader() argument56 oat_checksum_(oat_checksum), in ImageHeader()
133 uint32_t oat_checksum,175 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument176 oat_checksum_ = oat_checksum; in SetOatChecksum()
158 void OatHeader::SetChecksum(uint32_t oat_checksum) { in SetChecksum() argument159 oat_checksum_ = oat_checksum; in SetChecksum()
511 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in InitAppImage() local513 if (oat_checksum != image_oat_checksum) { in InitAppImage()515 oat_checksum, in InitAppImage()2865 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local2867 if (oat_checksum != image_oat_checksum) { in OpenOatFile()2870 oat_checksum, in OpenOatFile()