OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateChecksum
(Results
1 - 9
of
9
) 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
...]
oat.h
43
void
UpdateChecksum
(const void* data, size_t length);
/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);
bookmark_codec.h
122
void
UpdateChecksum
(const std::string& str);
123
void
UpdateChecksum
(const string16& str);
/external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h
159
void
UpdateChecksum
(const std::string& str);
160
void
UpdateChecksum
(const base::string16& str);
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);
/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
...]
oat_writer.h
125
void
UpdateChecksum
(OatHeader& oat_header) const;
149
void
UpdateChecksum
(OatHeader& oat_header) const;
image_writer.cc
718
oat_header.
UpdateChecksum
(patch_location, sizeof(value));
Completed in 101 milliseconds