Searched refs:Section (Results 1 – 7 of 7) sorted by relevance
/art/dexlayout/ |
D | dex_container.h | 33 class Section { 35 virtual ~Section() {} in ~Section() 56 class VectorSection : public Section { 80 virtual Section* GetMainSection() = 0; 81 virtual Section* GetDataSection() = 0;
|
D | compact_dex_writer.h | 41 explicit Deduper(bool enabled, DexContainer::Section* section); 60 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual() 84 DexContainer::Section* const section_; 115 Section* GetMainSection() OVERRIDE { in GetMainSection() 119 Section* GetDataSection() OVERRIDE { in GetDataSection()
|
D | dex_writer.h | 72 explicit Stream(DexContainer::Section* section) : section_(section) { in Stream() 171 DexContainer::Section* const section_ = nullptr; 195 Section* GetMainSection() OVERRIDE { in GetMainSection() 199 Section* GetDataSection() OVERRIDE { in GetDataSection()
|
D | dexlayout.cc | 1846 DexContainer::Section* const main_section = container->GetMainSection(); in OutputDexFile() 1852 DexContainer::Section* const data_section = container->GetDataSection(); in OutputDexFile() 1934 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile() 1935 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile()
|
D | compact_dex_writer.cc | 213 CompactDexWriter::Deduper::Deduper(bool enabled, DexContainer::Section* section) in Deduper()
|
/art/compiler/linker/ |
D | elf_builder.h | 96 class Section : public OutputStream { 98 Section(ElfBuilder<ElfTypes>* owner, in Section() function 102 const Section* link, in Section() 210 std::vector<Section*>& sections = owner_->sections_; in AddSection() 225 const Section* const link_; 231 DISALLOW_COPY_AND_ASSIGN(Section); 234 class CachedSection : public Section { 240 const Section* link, in CachedSection() 244 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection() 298 class StringSection FINAL : public Section { [all …]
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 142 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create()
|