Home
last modified time | relevance | path

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

/aosp12/art/oatdump/
H A Doatdump.cc523 const DexLayoutSections* const layout_sections = oat_dex_file->GetDexLayoutSections(); in Dump() local
524 if (layout_sections != nullptr) { in Dump()
526 os << *layout_sections; in Dump()