Searched refs:VerifyOutputDexFile (Results 1 – 3 of 3) sorted by relevance
29 bool VerifyOutputDexFile(dex_ir::Header* orig_header,
33 bool VerifyOutputDexFile(dex_ir::Header* orig_header, in VerifyOutputDexFile() function
1974 CHECK(VerifyOutputDexFile(output_header.get(), orig_header.get(), error_msg)) << *error_msg; in ProcessDexFile()