Lines Matching full:verification
126 // failed in verification, in which case v2 5.4.1 says we need to re-throw
3024 // Skip verification if disabled.
3064 // Try to use verification information from the oat file, otherwise do runtime verification.
3069 VLOG(class_linker) << "Skipping runtime verification of erroneous class "
3072 ThrowVerifyError(klass.Get(), "Rejecting class %s because it failed compile-time verification",
3086 VLOG(class_linker) << "Soft verification failure in class " << PrettyDescriptor(klass.Get())
3119 LOG(WARNING) << "Verification failed on class " << PrettyDescriptor(klass.Get())
3170 // we don't skip verification of preverified classes to ensure we initialize
3171 // dex caches with all types resolved during verification.
3189 // Compile time verification failed with a soft error. Compile time verification can fail
3209 // Compile time verification failed with a hard error. This is caused by invalid instructions
3585 // We failed to verify, expect either the klass to be erroneous or verification failed at
3606 // Could have got an exception during verification.