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()
82 VERIFY_ERROR_NO_CLASS = 1 << 2, // NoClassDefFoundError. enumerator
202 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in UninstantiableError()721 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()4225 Fail(VERIFY_ERROR_NO_CLASS) << "Unable to resolve the full class of 'this' used in an" in VerifyInvocationArgs()4441 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aget for " << array_type in VerifyAGet()4568 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type in VerifyAPut()5103 verifier::VerifyError::VERIFY_ERROR_NO_CLASS | in CanRuntimeHandleVerificationFailure()5457 case VERIFY_ERROR_NO_CLASS: in Fail()