OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateChecksum
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
oat.cc
43
UpdateChecksum
(&instruction_set_, sizeof(instruction_set_));
46
UpdateChecksum
(&dex_file_count_, sizeof(dex_file_count_));
49
UpdateChecksum
(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
53
UpdateChecksum
(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
56
UpdateChecksum
(&image_file_location_size_, sizeof(image_file_location_size_));
57
UpdateChecksum
(image_file_location.data(), image_file_location_size_);
89
void OatHeader::
UpdateChecksum
(const void* data, size_t length) {
114
UpdateChecksum
(&executable_offset_, sizeof(executable_offset));
133
UpdateChecksum
(&interpreter_to_interpreter_bridge_offset_, sizeof(offset));
152
UpdateChecksum
(&interpreter_to_compiled_code_bridge_offset_, sizeof(offset))
[
all
...]
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc
306
void BookmarkCodec::
UpdateChecksum
(const std::string& str) {
310
void BookmarkCodec::
UpdateChecksum
(const string16& str) {
318
UpdateChecksum
(id);
319
UpdateChecksum
(title);
320
UpdateChecksum
(kTypeURL);
321
UpdateChecksum
(url);
326
UpdateChecksum
(id);
327
UpdateChecksum
(title);
328
UpdateChecksum
(kTypeFolder);
/art/compiler/
oat_writer.cc
168
oat_dex_files_[i]->
UpdateChecksum
(*oat_header_);
228
oat_classes_[oat_class_index]->
UpdateChecksum
(*oat_header_);
318
oat_header_->
UpdateChecksum
(&code[0], code_size);
337
oat_header_->
UpdateChecksum
(&mapping_table[0], mapping_table_size);
352
oat_header_->
UpdateChecksum
(&vmap_table[0], vmap_table_size);
385
oat_header_->
UpdateChecksum
(&gc_map[0], gc_map_size);
[
all
...]
/external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc
449
void BookmarkCodec::
UpdateChecksum
(const std::string& str) {
453
void BookmarkCodec::
UpdateChecksum
(const base::string16& str) {
464
UpdateChecksum
(id);
465
UpdateChecksum
(title);
466
UpdateChecksum
(kTypeURL);
467
UpdateChecksum
(url);
472
UpdateChecksum
(id);
473
UpdateChecksum
(title);
474
UpdateChecksum
(kTypeFolder);
Completed in 119 milliseconds