Searched refs:ValidateDexFileHeader (Results 1 – 3 of 3) sorted by relevance
267 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) { in ValidateDexFileHeader() function307 ValidateDexFileHeader(std::move(raw)); in TEST_F()314 ValidateDexFileHeader(std::move(raw)); in TEST_F()
324 bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location);
499 if (!ValidateDexFileHeader(data.data(), location)) { in AddRawDexFileSource()2641 if (!ValidateDexFileHeader(raw_header, oat_dex_file->GetLocation())) { in ReadDexFileHeader()2652 bool OatWriter::ValidateDexFileHeader(const uint8_t* raw_header, const char* location) { in ValidateDexFileHeader() function in art::OatWriter2805 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutAndWriteDexFile()2989 DCHECK(ValidateDexFileHeader(dex_file, oat_dex_file->GetLocation())); in WriteDexFile()3051 if (!ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) { in OpenDexFiles()