Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.h122 DexLayoutSections& GetSections() { in GetSections() function
Ddex_writer.cc557 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
/art/dex2oat/linker/
Doat_writer.cc3637 oat_dex_file->dex_sections_layout_ = dex_layout.GetSections(); in LayoutAndWriteDexFile()