Home
last modified time | relevance | path

Searched refs:VERIFY_ERROR_NO_CLASS (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dverifier_compiler_binding.h30 constexpr uint32_t unresolved_mask = verifier::VerifyError::VERIFY_ERROR_NO_CLASS in CanCompilerHandleVerificationFailure()
Dverifier_enums.h75 VERIFY_ERROR_NO_CLASS = 1 << 1, // NoClassDefFoundError. enumerator
Dmethod_verifier.cc180 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()