Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h138 fail_type = VERIFY_ERROR_NO_CLASS; in VerifyRegisterType()
Dmethod_verifier.h72 VERIFY_ERROR_NO_CLASS, // NoClassDefFoundError. enumerator
Dmethod_verifier.cc578 case VERIFY_ERROR_NO_CLASS: in Fail()
1805 Fail(VERIFY_ERROR_NO_CLASS) << " can't resolve returned type '" << return_type in CodeFlowVerifyInstruction()
2060 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3200 Fail(VERIFY_ERROR_NO_CLASS) << "unresolved exception class " << exception; in GetCaughtExceptionType()
3389 Fail(actual_arg_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS: in VerifyInvocationArgsFromIterator()
3623 Fail(actual_arg_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : in VerifyInvokeVirtualQuickArgs()
4453 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()