Home
last modified time | relevance | path

Searched refs:ValidateDexFileHeader (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Doat_writer.h258 bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location);
Doat_writer.cc392 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::OatWriter
2046 DCHECK(ValidateDexFileHeader(dex_file, oat_dex_file->GetLocation())); in WriteDexFile()
2156 if (!ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) { in OpenDexFiles()