Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h77 VERIFY_ERROR_BAD_CLASS_SOFT = 2, // VerifyError; soft error that verifies again at runtime. enumerator
Dregister_line-inl.h71 verifier->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Invalid wide pair '" in SetRegisterTypeWide()
147 fail_type = VERIFY_ERROR_BAD_CLASS_SOFT; in VerifyRegisterType()
Dmethod_verifier.cc838 error = VERIFY_ERROR_BAD_CLASS_SOFT; in Fail()
861 case VERIFY_ERROR_BAD_CLASS_SOFT: in Fail()
2200 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "array with erroneous component type: " in CodeFlowVerifyInstruction()
2506 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3684 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "accessing broken descriptor '" << descriptor in ResolveClass()
3735 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unexpected non-exception class " << exception; in GetCaughtExceptionType()
3759 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unable to find exception handler"; in GetCaughtExceptionType()
3978 : VERIFY_ERROR_BAD_CLASS_SOFT) in VerifyInvocationArgsFromIterator()
4233 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Unable to find referenced class from invoke-super"; in VerifyInvocationArgs()
4787 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Might be accessing a superclass instance field prior " in VerifyISFieldAccess()
[all …]