Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc267 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) { in ValidateDexFileHeader() function
307 ValidateDexFileHeader(std::move(raw)); in TEST_F()
314 ValidateDexFileHeader(std::move(raw)); in TEST_F()
/art/compiler/
Doat_writer.h324 bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location);
Doat_writer.cc499 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::OatWriter
2805 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()