Searched refs:dex_headers (Results 1 – 4 of 4) sorted by relevance
360 bool VdexFile::MatchesDexFileChecksums(const std::vector<const DexFile::Header*>& dex_headers) in MatchesDexFileChecksums()362 if (dex_headers.size() != GetNumberOfDexFiles()) { in MatchesDexFileChecksums()364 << GetNumberOfDexFiles() << ", actual=" << dex_headers.size() << ")"; in MatchesDexFileChecksums()368 for (size_t i = 0; i < dex_headers.size(); ++i) { in MatchesDexFileChecksums()369 if (checksums[i] != dex_headers[i]->checksum_) { in MatchesDexFileChecksums()
467 const std::vector<const DexFile::Header*> dex_headers = GetDexFileHeaders(dex_mem_maps); in OpenDexFilesFromOat_Impl() local472 bool has_vdex = OatFileAssistant::AnonymousDexVdexLocation(dex_headers, in OpenDexFilesFromOat_Impl()487 } else if (!vdex_file->MatchesDexFileChecksums(dex_headers)) { in OpenDexFilesFromOat_Impl()501 dex_headers[i]->checksum_, in OpenDexFilesFromOat_Impl()
265 static bool AnonymousDexVdexLocation(const std::vector<const DexFile::Header*>& dex_headers,
299 bool MatchesDexFileChecksums(const std::vector<const DexFile::Header*>& dex_headers) const;