Searched refs:dex_sections_layout_offset_ (Results 1 – 1 of 1) sorted by relevance
347 uint32_t dex_sections_layout_offset_; member in art::linker::OatWriter::OatDexFile3900 DCHECK_EQ(oat_dex_file->dex_sections_layout_offset_, 0u); in WriteDexLayoutSections()3928 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()4058 dex_sections_layout_offset_(0u), in OatDexFile()4072 + sizeof(dex_sections_layout_offset_); in SizeOf()4115 if (!out->WriteFully(&dex_sections_layout_offset_, sizeof(dex_sections_layout_offset_))) { in Write()4119 oat_writer->size_oat_dex_file_dex_layout_sections_offset_ += sizeof(dex_sections_layout_offset_); in Write()