Searched refs:GetDexSectionHeaderOffset (Results 1 – 2 of 2) sorted by relevance
249 uint32_t GetDexSectionHeaderOffset() const { in GetDexSectionHeaderOffset() function255 return *reinterpret_cast<const DexSectionHeader*>(Begin() + GetDexSectionHeaderOffset()); in GetDexSectionHeader()259 const uint8_t* result = Begin() + GetDexSectionHeaderOffset(); in GetVerifierDepsStart()377 return Begin() + GetDexSectionHeaderOffset() + sizeof(DexSectionHeader); in DexBegin()
187 size_t offset = vdex->GetDexSectionHeaderOffset(); in OpenAtAddress()