Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h38 uint32_t oat_checksum,
67 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
68 oat_checksum_ = oat_checksum; in SetOatChecksum()
Dimage.cc34 uint32_t oat_checksum, in ImageHeader() argument
43 oat_checksum_(oat_checksum), in ImageHeader()
/art/compiler/
Dimage_test.cc199 uint32_t oat_checksum = 0; in TEST_F() local
209 oat_checksum, in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc675 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
677 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
679 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()