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

  /art/runtime/
oat.cc 158 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
159 UpdateChecksum(&instruction_set_features_bitmap_, sizeof(instruction_set_features_bitmap_));
160 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));
161 UpdateChecksum(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
162 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
165 UpdateChecksum(&key_value_store_size_, sizeof(key_value_store_size_));
169 UpdateChecksum(&key_value_store_, key_value_store_size_);
172 UpdateChecksum(&executable_offset_, sizeof(executable_offset_));
173 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_,
175 UpdateChecksum(&interpreter_to_compiled_code_bridge_offset_
    [all...]
oat.h 63 void UpdateChecksum(const void* data, size_t length);
  /external/pdfium/xfa/fxfa/
xfa_checksum.h 55 void UpdateChecksum(bool bCheckSpace);
68 bool UpdateChecksum(const CFX_RetainPtr<IFX_SeekableReadStream>& pSrcFile,
  /external/pdfium/xfa/fxfa/app/
xfa_checksum.cpp 104 UpdateChecksum(true);
134 UpdateChecksum(false);
164 UpdateChecksum(false);
174 UpdateChecksum(false);
186 UpdateChecksum(false);
192 void CXFA_SAXReaderHandler::UpdateChecksum(bool bCheckSpace) {
226 bool CXFA_ChecksumContext::UpdateChecksum(
  /external/pdfium/fpdfsdk/
fpdfsave.cpp 140 pChecksum->UpdateChecksum(pTemplate);
177 pChecksum->UpdateChecksum(pDsfileWrite);
  /art/compiler/
oat_test.cc     [all...]
oat_writer.cc 80 oat_header_->UpdateChecksum(buffer, byte_count);
580 oat_header_->UpdateChecksum(dex_files_map->Begin(), size);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 665 pChecksum->UpdateChecksum(m_pFileRead, m_pXMLParser->m_nStart[0],
667 pChecksum->UpdateChecksum(m_pFileRead, m_pXMLParser->m_nStart[1],
    [all...]

Completed in 599 milliseconds