Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc358 uint32_t dex_sections_layout_offset_; member in art::linker::OatWriter::OatDexFile
3703 DCHECK_EQ(oat_dex_file->dex_sections_layout_offset_, 0u); in WriteDexLayoutSections()
3731 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()
3921 dex_sections_layout_offset_(0u), in OatDexFile()
3935 + sizeof(dex_sections_layout_offset_); in SizeOf()
3978 if (!out->WriteFully(&dex_sections_layout_offset_, sizeof(dex_sections_layout_offset_))) { in Write()
3982 oat_writer->size_oat_dex_file_dex_layout_sections_offset_ += sizeof(dex_sections_layout_offset_); in Write()