Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc521 const DexLayoutSections* const layout_sections = oat_dex_file->GetDexLayoutSections(); in Dump() local
522 if (layout_sections != nullptr) { in Dump()
524 os << *layout_sections; in Dump()