Searched defs:VdexFileHeader (Results 1 – 2 of 2) sorted by relevance
104 struct VdexFileHeader { struct108 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
60 VdexFile::VdexFileHeader::VdexFileHeader([[maybe_unused]] bool has_dex_section) in VdexFileHeader() function in art::VdexFile::VdexFileHeader