Home
last modified time | relevance | path

Searched refs:dex_sections_layout_offset_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc363 uint32_t dex_sections_layout_offset_; member in art::linker::OatWriter::OatDexFile
3605 DCHECK_EQ(oat_dex_file->dex_sections_layout_offset_, 0u); in WriteDexLayoutSections()
3633 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()
3873 dex_sections_layout_offset_(0u), in OatDexFile()
3889 + sizeof(dex_sections_layout_offset_); in SizeOf()
3932 if (!out->WriteFully(&dex_sections_layout_offset_, sizeof(dex_sections_layout_offset_))) { in Write()
3936 oat_writer->size_oat_dex_file_dex_layout_sections_offset_ += sizeof(dex_sections_layout_offset_); in Write()