OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERIFY_ERROR_BAD_CLASS_SOFT
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
verifier_enums.h
68
* Both
VERIFY_ERROR_BAD_CLASS_SOFT
and VERIFY_ERROR_BAD_CLASS_HARD denote failures that cause
69
* the entire class to be rejected. However,
VERIFY_ERROR_BAD_CLASS_SOFT
denotes a soft failure
77
VERIFY_ERROR_BAD_CLASS_SOFT
= 2, // VerifyError; soft error that verifies again at runtime.
register_line-inl.h
71
verifier->Fail(
VERIFY_ERROR_BAD_CLASS_SOFT
) << "Invalid wide pair '"
147
fail_type =
VERIFY_ERROR_BAD_CLASS_SOFT
;
method_verifier.cc
[
all
...]
Completed in 165 milliseconds