Searched refs:section_offset (Results 1 – 2 of 2) sorted by relevance
190 dex::u4 CreateStringDataSection(dex::u4 section_offset);191 dex::u4 CreateMapSection(dex::u4 section_offset);192 dex::u4 CreateAnnItemSection(dex::u4 section_offset);193 dex::u4 CreateAnnSetsSection(dex::u4 section_offset);194 dex::u4 CreateAnnSetRefListsSection(dex::u4 section_offset);195 dex::u4 CreateTypeListsSection(dex::u4 section_offset);196 dex::u4 CreateCodeItemSection(dex::u4 section_offset);197 dex::u4 CreateDebugInfoSection(dex::u4 section_offset);198 dex::u4 CreateClassDataSection(dex::u4 section_offset);199 dex::u4 CreateAnnDirectoriesSection(dex::u4 section_offset);[all …]
362 dex::u4 Writer::CreateStringDataSection(dex::u4 section_offset) { in CreateStringDataSection() argument364 section.SetOffset(section_offset); in CreateStringDataSection()394 dex::u4 Writer::CreateMapSection(dex::u4 section_offset) { in CreateMapSection() argument396 section.SetOffset(section_offset); in CreateMapSection()437 dex::u4 Writer::CreateAnnItemSection(dex::u4 section_offset) { in CreateAnnItemSection() argument438 dex_->ann_items.SetOffset(section_offset); in CreateAnnItemSection()453 dex::u4 Writer::CreateAnnSetsSection(dex::u4 section_offset) { in CreateAnnSetsSection() argument454 dex_->ann_sets.SetOffset(section_offset); in CreateAnnSetsSection()466 dex::u4 Writer::CreateAnnSetRefListsSection(dex::u4 section_offset) { in CreateAnnSetRefListsSection() argument467 dex_->ann_set_ref_lists.SetOffset(section_offset); in CreateAnnSetRefListsSection()[all …]