Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc269 sections[VdexSection::kChecksumSection].section_kind = VdexSection::kChecksumSection; in WriteToDisk()
275 sections[VdexSection::kDexFileSection].section_kind = VdexSection::kDexFileSection; in WriteToDisk()
280 sections[VdexSection::kVerifierDepsSection].section_kind = VdexSection::kVerifierDepsSection; in WriteToDisk()
286 sections[VdexSection::kTypeLookupTableSection].section_kind = in WriteToDisk()
Dvdex_file.h93 VdexSection section_kind; member
98 : section_kind(kind), section_offset(offset), section_size(size) {} in VdexSectionHeader()