Searched refs:DexSectionHeader (Results 1 – 3 of 3) sorted by relevance
114 struct DexSectionHeader { struct116 DexSectionHeader(uint32_t dex_size,125 return sizeof(DexSectionHeader) + in GetDexSectionSize() argument230 const DexSectionHeader& GetDexSectionHeader() const { in GetDexSectionHeader()232 return *reinterpret_cast<const DexSectionHeader*>(Begin() + GetDexSectionHeaderOffset()); in GetDexSectionHeader()323 return Begin() + GetDexSectionHeaderOffset() + sizeof(DexSectionHeader); in DexBegin()
79 VdexFile::DexSectionHeader::DexSectionHeader(uint32_t dex_size, in DexSectionHeader() function in art::VdexFile::DexSectionHeader177 reinterpret_cast<DexSectionHeader*>(vdex->mmap_->Begin() + offset)->quickening_info_size_ = 0; in OpenAtAddress()
673 const VdexFile::DexSectionHeader &vdex_header = in TestDexFileInput()