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,
68 void SetOatChecksum(uint32_t oat_checksum) { in SetOatChecksum() argument
69 oat_checksum_ = oat_checksum; in SetOatChecksum()
Dimage.cc34 uint32_t oat_checksum, in ImageHeader() argument
44 oat_checksum_(oat_checksum), in ImageHeader()
/art/compiler/
Dimage_test.cc202 uint32_t oat_checksum = 0; in TEST_F() local
212 oat_checksum, in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc752 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile() local
754 if (oat_checksum != image_oat_checksum) { in OpenOatFile()
756 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile()