Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.cc70 uint32_t oat_checksum = 0; in TEST_F() local
83 oat_checksum, in TEST_F()
/art/runtime/
Dimage.cc40 uint32_t oat_checksum, in ImageHeader() argument
55 oat_checksum_(oat_checksum), in ImageHeader()
Dimage.h133 uint32_t oat_checksum,
175 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
176 oat_checksum_ = oat_checksum; in SetOatChecksum()
Doat.cc157 void OatHeader::SetChecksum(uint32_t oat_checksum) { in SetChecksum() argument
158 oat_checksum_ = oat_checksum; in SetChecksum()
/art/runtime/gc/space/
Dimage_space.cc747 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in InitAppImage() local
749 if (oat_checksum != image_oat_checksum) { in InitAppImage()
751 oat_checksum, in InitAppImage()
3170 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
3172 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
3175 oat_checksum, in OpenOatFile()