Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h82 kDexFileSection = 1, enumerator
163 return GetSectionHeader(VdexSection::kDexFileSection).section_size != 0u; in HasDexSection()
315 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()
Dvdex_file.cc275 sections[VdexSection::kDexFileSection].section_kind = VdexSection::kDexFileSection; in WriteToDisk()
276 sections[VdexSection::kDexFileSection].section_offset = 0u; in WriteToDisk()
277 sections[VdexSection::kDexFileSection].section_size = 0u; in WriteToDisk()
/art/dex2oat/linker/
Doat_writer.cc3776 VdexSection::kDexFileSection, in FinishVdexFile()