Searched refs:GetNumberOfSections (Results 1 – 1 of 1) sorted by relevance
111 uint32_t GetNumberOfSections() const { in GetNumberOfSections() function135 DCHECK_LT(index, GetVdexFileHeader().GetNumberOfSections()); in GetSectionHeaderAt()152 header.GetNumberOfSections() * sizeof(VdexSectionHeader); in GetComputedFileSize()153 for (uint32_t i = 0; i < header.GetNumberOfSections(); ++i) { in GetComputedFileSize()173 return GetVdexFileHeader().GetNumberOfSections() >= (kTypeLookupTableSection + 1); in HasTypeLookupTableSection()