Home
last modified time | relevance | path

Searched refs:VERIFY_ERROR_NO_CLASS (Results 1 – 4 of 4) 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.h79 VERIFY_ERROR_NO_CLASS = 4, // NoClassDefFoundError. enumerator
Dregister_line-inl.h145 fail_type = VERIFY_ERROR_NO_CLASS; in VerifyRegisterType()
Dmethod_verifier.cc159 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in UninstantiableError()
2219 Fail(VERIFY_ERROR_NO_CLASS) << " can't resolve returned type '" << return_type in CodeFlowVerifyInstruction()
2569 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3790 Fail(VERIFY_ERROR_NO_CLASS) << "unresolved exception class " << exception; in GetCaughtExceptionType()
4039 ? VERIFY_ERROR_NO_CLASS in VerifyInvocationArgsFromIterator()
4247 Fail(VERIFY_ERROR_NO_CLASS) << "Unable to resolve the full class of 'this' used in an" in VerifyInvocationArgs()
4499 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aget for " << array_type in VerifyAGet()
4626 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type in VerifyAPut()
4759 type = VerifyError::VERIFY_ERROR_NO_CLASS; in GetInstanceField()
5076 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()
[all …]