Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc365 DexLayoutSections dex_sections_layout_; member in art::linker::OatWriter::OatDexFile
3434 oat_dex_file->dex_sections_layout_ = dex_layout.GetSections(); in LayoutDexFile()
3724 if (!oat_rodata->WriteFully(&oat_dex_file->dex_sections_layout_, in WriteDexLayoutSections()
3725 sizeof(oat_dex_file->dex_sections_layout_))) { in WriteDexLayoutSections()
3732 size_oat_dex_file_dex_layout_sections_ += sizeof(oat_dex_file->dex_sections_layout_); in WriteDexLayoutSections()
3733 rodata_offset += sizeof(oat_dex_file->dex_sections_layout_); in WriteDexLayoutSections()