Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.h29 bool VerifyOutputDexFile(dex_ir::Header* orig_header,
Ddex_verify.cc33 bool VerifyOutputDexFile(dex_ir::Header* orig_header, in VerifyOutputDexFile() function
Ddexlayout.cc1977 CHECK(VerifyOutputDexFile(output_header.get(), orig_header.get(), error_msg)) << *error_msg; in ProcessDexFile()