Lines Matching refs:VERIFY_ERROR_NO_CLASS
859 case VERIFY_ERROR_NO_CLASS: in Fail()
2179 Fail(VERIFY_ERROR_NO_CLASS) << " can't resolve returned type '" << return_type in CodeFlowVerifyInstruction()
2480 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3643 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in UninstantiableError()
3710 Fail(VERIFY_ERROR_NO_CLASS) << "unresolved exception class " << exception; in GetCaughtExceptionType()
3941 ? VERIFY_ERROR_NO_CLASS in VerifyInvocationArgsFromIterator()
4085 Fail(VERIFY_ERROR_NO_CLASS) << "Unable to resolve the full class of 'this' used in an" in VerifyInvocationArgs()
4223 ? VERIFY_ERROR_NO_CLASS in VerifyInvokeVirtualQuickArgs()
4348 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aget for " << array_type in VerifyAGet()
4471 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type in VerifyAPut()
4596 type = VerifyError::VERIFY_ERROR_NO_CLASS; in GetInstanceField()
5101 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()