Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h104 struct VdexFileHeader { struct
108 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); } in GetMagic()
109 const char* GetVdexVersion() const { in GetVdexVersion()
112 uint32_t GetNumberOfSections() const { in GetNumberOfSections()
139 Begin() + sizeof(VdexFileHeader) + index * sizeof(VdexSectionHeader)); in GetSectionHeaderAt() argument
Dvdex_file.cc60 VdexFile::VdexFileHeader::VdexFileHeader([[maybe_unused]] bool has_dex_section) in VdexFileHeader() function in art::VdexFile::VdexFileHeader