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