Home | History | Annotate | Download | only in compiler

Lines Matching full:oat_data_offset_

281     oat_data_offset_(0u),
1504 size_t file_offset = oat_data_offset_;
1537 const size_t file_offset = oat_data_offset_;
1629 const size_t file_offset = oat_data_offset_;
1672 uint32_t expected_offset = oat_data_offset_ + oat_dex_file.class_offsets_offset_;
1689 if (!oat_class.Write(this, out, oat_data_offset_)) {
1768 oat_data_offset_ = static_cast<size_t>(raw_file_offset);
1868 uint32_t start_offset = oat_data_offset_ + offset;
1898 size_t start_offset = oat_data_offset_ + size_;
1990 size_t start_offset = oat_data_offset_ + size_;
2074 uint32_t expected_offset = oat_data_offset_ + oat_header_->GetHeaderSize();
2085 DCHECK_EQ(oat_data_offset_ + oat_dex_file->offset_,
2101 int64_t new_length = oat_data_offset_ + dchecked_integral_cast<int64_t>(offset);
2141 oat_data_offset_ + map_offset,
2239 DCHECK_NE(oat_data_offset_, 0u);
2244 relative_patcher_->StartOatFile(elf_file_offset + oat_data_offset_);
2302 const size_t file_offset = oat_writer->oat_data_offset_;