Lines Matching full:verification
530 // We store the verification information in the class status in the oat file, which the linker
531 // can validate (checksums) and use to skip load-time verification. It is thus safe to
537 // Class verification has soft-failed. Anyway, ensure at least correctness.
541 // Class verification has failed: do not run DEX-to-DEX compilation.
637 VLOG(compiler) << "Verify none mode specified, skipping verification.";
1916 LOG(ERROR) << "Verification failed on class " << PrettyDescriptor(descriptor)
1934 // It is *very* problematic if there are verification errors in the boot classpath. For example,
1935 // we rely on things working OK without verification when the decryption dialog is brought up.
2090 // Clear any class not found or verification exceptions.
2411 // If we can't find verification metadata, check if this is a system class (we trust that system
2416 // even if methods are not found in the verification cache.