Home | History | Annotate | Download | only in compiler

Lines Matching full:dex_file_offset_

126     oat_dex_files_[i]->dex_file_offset_ = offset;
517 uint32_t expected_offset = file_offset + oat_dex_files_[i]->dex_file_offset_;
802 dex_file_offset_ = 0;
810 dex_file_offset_)
818 oat_header.UpdateChecksum(&dex_file_offset_, sizeof(dex_file_offset_));
842 if (!out.WriteFully(&dex_file_offset_, sizeof(dex_file_offset_))) {
846 oat_writer->size_oat_dex_file_offset_ += sizeof(dex_file_offset_);