Home | History | Annotate | Download | only in runtime

Lines Matching refs:Verify

165                                  bool verify) {
200 if (verify && !DexFileVerifier::Verify(dex_file, dex_file->Begin(), dex_file->Size())) {
201 LOG(ERROR) << "Failed to verify dex file '" << location << "'";
246 if (!DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size())) {
247 LOG(ERROR) << "Failed to verify dex file '" << location << "'";