Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h249 uint32_t GetDexSectionHeaderOffset() const { in GetDexSectionHeaderOffset() function
255 return *reinterpret_cast<const DexSectionHeader*>(Begin() + GetDexSectionHeaderOffset()); in GetDexSectionHeader()
259 const uint8_t* result = Begin() + GetDexSectionHeaderOffset(); in GetVerifierDepsStart()
383 return Begin() + GetDexSectionHeaderOffset() + sizeof(DexSectionHeader); in DexBegin()
Dvdex_file.cc193 size_t offset = vdex->GetDexSectionHeaderOffset(); in OpenAtAddress()
266 size_t offset = GetDexSectionHeaderOffset(); in UnquickenInPlace()