HomeSort by relevance Sort by last modified time
    Searched defs:UpdateChecksum (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat.cc 77 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
80 UpdateChecksum(&instruction_set_features_, sizeof(instruction_set_features_));
83 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));
86 UpdateChecksum(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
90 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
96 UpdateChecksum(&key_value_store_size_, sizeof(key_value_store_size_));
100 UpdateChecksum(&key_value_store_, key_value_store_size_);
141 void OatHeader::UpdateChecksum(const void* data, size_t length) {
171 UpdateChecksum(&executable_offset_, sizeof(executable_offset));
191 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_, sizeof(offset))
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.cc 455 void BookmarkCodec::UpdateChecksum(const std::string& str) {
459 void BookmarkCodec::UpdateChecksum(const base::string16& str) {
470 UpdateChecksum(id);
471 UpdateChecksum(title);
472 UpdateChecksum(kTypeURL);
473 UpdateChecksum(url);
478 UpdateChecksum(id);
479 UpdateChecksum(title);
480 UpdateChecksum(kTypeFolder);
  /art/compiler/
oat_writer.cc 397 writer_->oat_header_->UpdateChecksum(method_header, sizeof(*method_header));
399 writer_->oat_header_->UpdateChecksum(&(*quick_code)[0], code_size);
510 writer_->oat_header_->UpdateChecksum(&(*map)[0], map_size);
788 oat_dex_file->UpdateChecksum(oat_header_);
    [all...]

Completed in 5875 milliseconds