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