Searched refs:dex_file_offset_ (Results 1 – 2 of 2) sorted by relevance
1019 oat_dex_files_[i]->dex_file_offset_ = offset; in InitDexFiles()1274 uint32_t expected_offset = file_offset + oat_dex_files_[i]->dex_file_offset_; in WriteTables()1407 dex_file_offset_ = 0; in OatDexFile()1415 + sizeof(dex_file_offset_) in SizeOf()1423 oat_header->UpdateChecksum(&dex_file_offset_, sizeof(dex_file_offset_)); in UpdateChecksum()1447 if (!out->WriteFully(&dex_file_offset_, sizeof(dex_file_offset_))) { in Write()1451 oat_writer->size_oat_dex_file_offset_ += sizeof(dex_file_offset_); in Write()
194 uint32_t dex_file_offset_; variable