Searched refs:dex_layout_sections_offset (Results 1 – 1 of 1) sorted by relevance
799 uint32_t dex_layout_sections_offset; in Setup() local800 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_layout_sections_offset))) { in Setup()808 const DexLayoutSections* const dex_layout_sections = dex_layout_sections_offset != 0 in Setup()809 ? reinterpret_cast<const DexLayoutSections*>(Begin() + dex_layout_sections_offset) in Setup()