Searched refs:ValidateDexFileHeader (Results 1 – 2 of 2) sorted by relevance
258 bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location);
392 if (!ValidateDexFileHeader(data.data(), location)) { in AddRawDexFileSource()1780 if (!ValidateDexFileHeader(raw_header, oat_dex_file->GetLocation())) { in ReadDexFileHeader()1791 bool OatWriter::ValidateDexFileHeader(const uint8_t* raw_header, const char* location) { in ValidateDexFileHeader() function in art::OatWriter2046 DCHECK(ValidateDexFileHeader(dex_file, oat_dex_file->GetLocation())); in WriteDexFile()2156 if (!ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) { in OpenDexFiles()