Searched refs:dex_file_offset_ (Results 1 – 2 of 2) sorted by relevance
126 oat_dex_files_[i]->dex_file_offset_ = offset; in InitDexFiles()517 uint32_t expected_offset = file_offset + oat_dex_files_[i]->dex_file_offset_; in WriteTables()802 dex_file_offset_ = 0; in OatDexFile()810 + sizeof(dex_file_offset_) in SizeOf()818 oat_header.UpdateChecksum(&dex_file_offset_, sizeof(dex_file_offset_)); in UpdateChecksum()842 if (!out.WriteFully(&dex_file_offset_, sizeof(dex_file_offset_))) { in Write()846 oat_writer->size_oat_dex_file_offset_ += sizeof(dex_file_offset_); in Write()
136 uint32_t dex_file_offset_; variable