Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc3135 size_t rodata_offset = RoundUp(initial_offset, 4); in WriteTypeLookupTables() local
3136 size_t padding_size = rodata_offset - initial_offset; in WriteTypeLookupTables()
3148 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteTypeLookupTables()
3159 oat_dex_file->lookup_table_offset_ = rodata_offset; in WriteTypeLookupTables()
3193 size_t rodata_offset = oat_size_; in WriteDexLayoutSections() local
3200 RoundUp(rodata_offset, alignof(DexLayoutSections)) - rodata_offset; in WriteDexLayoutSections()
3210 rodata_offset += padding_size; in WriteDexLayoutSections()
3213 DCHECK_ALIGNED(rodata_offset, alignof(DexLayoutSections)); in WriteDexLayoutSections()
3214 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteDexLayoutSections()
3224 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()
[all …]