Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h69 verifier->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Invalid wide pair '" in SetRegisterTypeWide()
145 fail_type = VERIFY_ERROR_BAD_CLASS_SOFT; in VerifyRegisterType()
Dmethod_verifier.cc877 error = VERIFY_ERROR_BAD_CLASS_SOFT; in Fail()
901 case VERIFY_ERROR_BAD_CLASS_SOFT: in Fail()
2188 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "array with erroneous component type: " in CodeFlowVerifyInstruction()
2480 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3673 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "accessing broken descriptor '" << descriptor in ResolveClassAndCheckAccess()
3713 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unexpected non-exception class " << exception; in GetCaughtExceptionType()
3737 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unable to find exception handler"; in GetCaughtExceptionType()
3942 : VERIFY_ERROR_BAD_CLASS_SOFT) in VerifyInvocationArgsFromIterator()
4073 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Unable to find referenced class from invoke-super"; in VerifyInvocationArgs()
4224 : VERIFY_ERROR_BAD_CLASS_SOFT) << "'this' argument '" << actual_arg_type in VerifyInvokeVirtualQuickArgs()
[all …]
Dmethod_verifier.h79 VERIFY_ERROR_BAD_CLASS_SOFT = 2, // VerifyError; soft error that verifies again at runtime. enumerator