Searched refs:kTypeLookupTableSection (Results 1 – 3 of 3) sorted by relevance
84 kTypeLookupTableSection = 3, enumerator171 return GetVdexFileHeader().GetNumberOfSections() >= (kTypeLookupTableSection + 1); in HasTypeLookupTableSection()321 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()
287 sections[VdexSection::kTypeLookupTableSection].section_kind = in WriteToDisk()288 VdexSection::kTypeLookupTableSection; in WriteToDisk()289 sections[VdexSection::kTypeLookupTableSection].section_offset = in WriteToDisk()291 sections[VdexSection::kTypeLookupTableSection].section_size = type_lookup_table_size; in WriteToDisk()
3788 new (ptr) VdexFile::VdexSectionHeader(VdexSection::kTypeLookupTableSection, in FinishVdexFile()