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

/art/runtime/
H A Dimage.h38 uint32_t oat_checksum,
67 void SetOatChecksum(uint32_t oat_checksum) { argument
68 oat_checksum_ = oat_checksum;
H A Dimage.cc34 uint32_t oat_checksum,
43 oat_checksum_(oat_checksum),
29 ImageHeader(uint32_t image_begin, uint32_t image_size, uint32_t image_bitmap_offset, uint32_t image_bitmap_size, uint32_t image_roots, uint32_t oat_checksum, uint32_t oat_file_begin, uint32_t oat_data_begin, uint32_t oat_data_end, uint32_t oat_file_end) argument
/art/runtime/gc/space/
H A Dimage_space.cc263 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); local
265 if (oat_checksum != image_oat_checksum) {
266 LOG(ERROR) << "Failed to match oat file checksum " << std::hex << oat_checksum
/art/compiler/
H A Dimage_test.cc171 uint32_t oat_checksum = 0; local
181 oat_checksum,

Completed in 46 milliseconds