Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file.h82 kDexFileSection = 1, enumerator
161 return GetSectionHeader(VdexSection::kDexFileSection).section_size != 0u; in HasDexSection()
316 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()
H A Dvdex_file.cc276 sections[VdexSection::kDexFileSection].section_kind = VdexSection::kDexFileSection; in WriteToDisk()
277 sections[VdexSection::kDexFileSection].section_offset = 0u; in WriteToDisk()
278 sections[VdexSection::kDexFileSection].section_size = 0u; in WriteToDisk()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3776 VdexSection::kDexFileSection, in FinishVdexFile()