Searched refs:oat_checksum (Results 1 – 5 of 5) sorted by relevance
40 uint32_t oat_checksum, in ImageHeader() argument53 oat_checksum_(oat_checksum), in ImageHeader()
133 uint32_t oat_checksum,173 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument174 oat_checksum_ = oat_checksum; in SetOatChecksum()
155 void OatHeader::SetChecksum(uint32_t oat_checksum) { in SetChecksum() argument156 oat_checksum_ = oat_checksum; in SetChecksum()
70 uint32_t oat_checksum = 0; in TEST_F() local83 oat_checksum, in TEST_F()
790 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init() local792 if (oat_checksum != image_oat_checksum) { in Init()794 oat_checksum, in Init()1817 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local1819 if (oat_checksum != image_oat_checksum) { in OpenOatFile()1822 oat_checksum, in OpenOatFile()