Home
last modified time | relevance | path

Searched defs:VdexFileHeader (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dvdex_file.h102 struct VdexFileHeader { struct
106 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); } in GetMagic()
107 const char* GetVdexVersion() const { in GetVdexVersion()
110 uint32_t GetNumberOfSections() const { in GetNumberOfSections()
136 Begin() + sizeof(VdexFileHeader) + index * sizeof(VdexSectionHeader)); in GetSectionHeaderAt() argument
Dvdex_file.cc59 VdexFile::VdexFileHeader::VdexFileHeader([[maybe_unused]] bool has_dex_section) in VdexFileHeader() function in art::VdexFile::VdexFileHeader