Lines Matching refs:VdexSection
79 enum VdexSection : uint32_t { enum
92 VdexSection section_kind;
96 VdexSectionHeader(VdexSection kind, uint32_t offset, uint32_t size) in VdexSectionHeader()
139 const VdexSectionHeader& GetSectionHeader(VdexSection kind) const { in GetSectionHeader()
145 static_cast<size_t>(VdexSection::kNumberOfSections) * sizeof(VdexSectionHeader); in GetChecksumsOffset()
160 return GetSectionHeader(VdexSection::kDexFileSection).section_size != 0u; in HasDexSection()
163 return GetSectionHeader(VdexSection::kVerifierDepsSection).section_size; in GetVerifierDepsSize()
166 return GetSectionHeader(VdexSection::kChecksumSection).section_size / sizeof(VdexChecksum); in GetNumberOfDexFiles()
175 Begin() + GetSectionHeader(VdexSection::kChecksumSection).section_offset); in GetDexChecksumsArray()
258 Begin() + GetSectionHeader(VdexSection::kVerifierDepsSection).section_offset, in GetVerifierDepsData()
259 GetSectionHeader(VdexSection::kVerifierDepsSection).section_size); in GetVerifierDepsData()
316 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()
321 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()