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

/art/runtime/
H A Dimage.h64 uint32_t oat_checksum,
87 void SetOatChecksum(uint32_t oat_checksum) { argument
88 oat_checksum_ = oat_checksum;
H A Dimage.cc33 uint32_t oat_checksum,
42 oat_checksum_(oat_checksum),
29 ImageHeader(uint32_t image_begin, uint32_t image_size, ImageSection* sections, 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, uint32_t pointer_size, bool compile_pic) argument
H A Doat_file_assistant.h288 uint32_t oat_checksum = 0; member in struct:art::OatFileAssistant::ImageInfo
H A Doat_file_assistant.cc445 if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) {
920 cached_image_info_.oat_checksum = image_header.GetOatChecksum();
927 cached_image_info_.oat_checksum = image_header->GetOatChecksum();
/art/compiler/
H A Dimage_test.cc205 uint32_t oat_checksum = 0;
215 oat_checksum,
/art/runtime/gc/space/
H A Dimage_space.cc801 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); local
803 if (oat_checksum != image_oat_checksum) {
805 " in image %s", oat_checksum, image_oat_checksum, GetName());

Completed in 95 milliseconds