Searched defs:VdexFileHeader (Results 1 – 2 of 2) sorted by relevance
103 struct VdexFileHeader { struct107 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); } in GetMagic()108 const char* GetVdexVersion() const { in GetVdexVersion()111 uint32_t GetNumberOfSections() const { in GetNumberOfSections()137 Begin() + sizeof(VdexFileHeader) + index * sizeof(VdexSectionHeader)); in GetSectionHeaderAt() argument
59 VdexFile::VdexFileHeader::VdexFileHeader(bool has_dex_section ATTRIBUTE_UNUSED) in VdexFileHeader() function in art::VdexFile::VdexFileHeader