Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc3643 size_t rodata_offset = RoundUp(initial_offset, 4); in WriteTypeLookupTables() local
3644 size_t padding_size = rodata_offset - initial_offset; in WriteTypeLookupTables()
3656 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteTypeLookupTables()
3667 oat_dex_file->lookup_table_offset_ = rodata_offset; in WriteTypeLookupTables()
3700 size_t rodata_offset = oat_size_; in WriteDexLayoutSections() local
3707 RoundUp(rodata_offset, alignof(DexLayoutSections)) - rodata_offset; in WriteDexLayoutSections()
3717 rodata_offset += padding_size; in WriteDexLayoutSections()
3720 DCHECK_ALIGNED(rodata_offset, alignof(DexLayoutSections)); in WriteDexLayoutSections()
3721 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteDexLayoutSections()
3731 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()
[all …]