Searched refs:dex_sections_layout_ (Results 1 – 1 of 1) sorted by relevance
354 DexLayoutSections dex_sections_layout_; member in art::linker::OatWriter::OatDexFile3491 oat_dex_file->dex_sections_layout_ = dex_layout.GetSections(); in LayoutAndWriteDexFile()3921 if (!oat_rodata->WriteFully(&oat_dex_file->dex_sections_layout_, in WriteDexLayoutSections()3922 sizeof(oat_dex_file->dex_sections_layout_))) { in WriteDexLayoutSections()3929 size_oat_dex_file_dex_layout_sections_ += sizeof(oat_dex_file->dex_sections_layout_); in WriteDexLayoutSections()3930 rodata_offset += sizeof(oat_dex_file->dex_sections_layout_); in WriteDexLayoutSections()