Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h84 kTypeLookupTableSection = 3, enumerator
171 return GetVdexFileHeader().GetNumberOfSections() >= (kTypeLookupTableSection + 1); in HasTypeLookupTableSection()
318 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()
Dvdex_file.cc306 sections[VdexSection::kTypeLookupTableSection].section_kind = in WriteToDisk()
307 VdexSection::kTypeLookupTableSection; in WriteToDisk()
308 sections[VdexSection::kTypeLookupTableSection].section_offset = in WriteToDisk()
310 sections[VdexSection::kTypeLookupTableSection].section_size = type_lookup_table_size; in WriteToDisk()
/art/dex2oat/linker/
Doat_writer.cc4002 new (ptr) VdexFile::VdexSectionHeader(VdexSection::kTypeLookupTableSection, in FinishVdexFile()