Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc871 uint32_t dex_layout_sections_offset; in Setup() local
872 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_layout_sections_offset))) { in Setup()
880 const DexLayoutSections* const dex_layout_sections = dex_layout_sections_offset != 0 in Setup()
881 ? reinterpret_cast<const DexLayoutSections*>(Begin() + dex_layout_sections_offset) in Setup()