Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.h123 DexLayoutSections& GetSections() { in GetSections() function
Ddex_writer.cc605 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
/art/libelffile/elf/
Delf_debug_reader.h103 ArrayRef<Elf_Shdr> GetSections() { return sections_; } in GetSections() function
/art/dex2oat/linker/
Doat_writer.cc3394 oat_dex_file->dex_sections_layout_ = dex_layout.GetSections(); in LayoutDexFile()