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