Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h76 VERIFY_ERROR_NO_CLASS, // NoClassDefFoundError. enumerator
Dregister_line.cc119 fail_type = VERIFY_ERROR_NO_CLASS; in VerifyRegisterType()
Dmethod_verifier.cc485 case VERIFY_ERROR_NO_CLASS: in Fail()
1638 Fail(VERIFY_ERROR_NO_CLASS) << " can't resolve returned type '" << return_type in CodeFlowVerifyInstruction()
1880 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
3008 Fail(VERIFY_ERROR_NO_CLASS) << "unresolved exception class " << exception; in GetCaughtExceptionType()
3197 Fail(actual_arg_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS: in VerifyInvocationArgsFromIterator()
3430 Fail(actual_arg_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : in VerifyInvokeVirtualQuickArgs()