Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc267 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) { in ValidateDexFileHeader() function
/art/compiler/
Doat_writer.cc2652 bool OatWriter::ValidateDexFileHeader(const uint8_t* raw_header, const char* location) { in ValidateDexFileHeader() function in art::OatWriter