Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h226 uint32_t GetDexSectionHeaderOffset() const { in GetDexSectionHeaderOffset() function
232 return *reinterpret_cast<const DexSectionHeader*>(Begin() + GetDexSectionHeaderOffset()); in GetDexSectionHeader()
236 const uint8_t* result = Begin() + GetDexSectionHeaderOffset(); in GetVerifierDepsStart()
323 return Begin() + GetDexSectionHeaderOffset() + sizeof(DexSectionHeader); in DexBegin()
Dvdex_file.cc176 size_t offset = vdex->GetDexSectionHeaderOffset(); in OpenAtAddress()