Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h111 uint32_t GetNumberOfSections() const { in GetNumberOfSections() function
135 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()