Home | History | Annotate | Download | only in runtime

Lines Matching refs:Header

43 //   VdexFile::VerifierDepsHeader    fixed-length header
47 // VdexFile::DexSectionHeader fixed-length header
116 // The format version of the verifier deps header and the verifier deps.
120 // The format version of the dex section header and the dex section, containing
164 const VerifierDepsHeader& header = GetVerifierDepsHeader();
165 size += header.GetVerifierDepsSize();
166 size += header.GetSizeOfChecksumsSection();
167 if (header.HasDexSection()) {
171 size += header.GetBootClassPathChecksumStringSize();
172 size += header.GetClassLoaderContextStringSize();
264 // When there is no dex section, the verifier deps are just after the header.
345 // Returns true if the dex file checksums stored in the vdex header match
348 bool MatchesDexFileChecksums(const std::vector<const DexFile::Header*>& dex_headers) const;