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

/art/runtime/
H A Doat.cc153 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
154 UpdateChecksum(&instruction_set_features_bitmap_, sizeof(instruction_set_features_bitmap_));
155 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));
156 UpdateChecksum(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
157 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
160 UpdateChecksum(&key_value_store_size_, sizeof(key_value_store_size_));
164 UpdateChecksum(&key_value_store_, key_value_store_size_);
167 UpdateChecksum(&executable_offset_, sizeof(executable_offset_));
168 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_,
170 UpdateChecksum(
183 void OatHeader::UpdateChecksum(const void* data, size_t length) { function in class:art::OatHeader
[all...]

Completed in 17 milliseconds