Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader_test.cc271 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) { in ValidateDexFileHeader() function
311 ValidateDexFileHeader(std::move(raw)); in TEST_F()
318 ValidateDexFileHeader(std::move(raw)); in TEST_F()
/art/dex2oat/linker/
Doat_writer.cc495 static bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location) { in ValidateDexFileHeader() function
523 if (!ValidateDexFileHeader(raw_header, location)) { in GetDexFileHeader()
652 if (!ValidateDexFileHeader(data.data(), location)) { in AddRawDexFileSource()
3367 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutDexFile()
3450 DCHECK(ValidateDexFileHeader(dex_file, oat_dex_file->GetLocation())); in WriteDexFile()
3523 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()