Searched refs:VERIFY_ERROR_NO_CLASS (Results 1 – 3 of 3) sorted by relevance
30 constexpr uint32_t unresolved_mask = verifier::VerifyError::VERIFY_ERROR_NO_CLASS in CanCompilerHandleVerificationFailure()
75 VERIFY_ERROR_NO_CLASS = 1 << 1, // NoClassDefFoundError. enumerator
180 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in UninstantiableError()694 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()4142 Fail(VERIFY_ERROR_NO_CLASS) << "Unable to resolve the full class of 'this' used in an" in VerifyInvocationArgs()4358 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aget for " << array_type in VerifyAGet()4484 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type in VerifyAPut()5021 verifier::VerifyError::VERIFY_ERROR_NO_CLASS | in CanRuntimeHandleVerificationFailure()5303 case VERIFY_ERROR_NO_CLASS: in Fail()