Searched defs:image_file_location_oat_checksum_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat.h155 uint32_t image_file_location_oat_checksum_; variable
/art/dex2oat/
H A Ddex2oat.cc613 image_file_location_oat_checksum_(0),
1583 image_file_location_oat_checksum_ = image_spaces[0]->GetImageHeader().GetOatChecksum();
1597 image_file_location_oat_checksum_ = 0u;
2127 // Have the image_file_location_oat_checksum_ for boot oat files
2131 image_file_location_oat_checksum_ ^= oat_writer->GetOatHeader().GetChecksum();
2162 image_file_location_oat_checksum_,
2862 uint32_t image_file_location_oat_checksum_; member in class:art::FINAL

Completed in 49 milliseconds