Searched refs:rodata_offset (Results 1 – 1 of 1) sorted by relevance
3822 size_t rodata_offset = RoundUp(initial_offset, 4); in WriteTypeLookupTables() local3823 size_t padding_size = rodata_offset - initial_offset; in WriteTypeLookupTables()3835 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteTypeLookupTables()3846 oat_dex_file->lookup_table_offset_ = rodata_offset; in WriteTypeLookupTables()3880 size_t rodata_offset = oat_size_; in WriteDexLayoutSections() local3887 RoundUp(rodata_offset, alignof(DexLayoutSections)) - rodata_offset; in WriteDexLayoutSections()3897 rodata_offset += padding_size; in WriteDexLayoutSections()3900 DCHECK_ALIGNED(rodata_offset, alignof(DexLayoutSections)); in WriteDexLayoutSections()3901 DCHECK_EQ(oat_data_offset_ + rodata_offset, in WriteDexLayoutSections()3911 oat_dex_file->dex_sections_layout_offset_ = rodata_offset; in WriteDexLayoutSections()[all …]