Home
last modified time | relevance | path

Searched refs:allow_failure (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc48 bool is_range, bool allow_failure) { in GetInvocationThis() argument
51 if (!allow_failure) { in GetInvocationThis()
60 if (!allow_failure) { in GetInvocationThis()
Dregister_line.h193 bool is_range, bool allow_failure = false)
Dmethod_verifier.h255 bool is_range, bool allow_failure)
Dmethod_verifier.cc3527 bool is_range, bool allow_failure) { in GetQuickInvokedMethod() argument
3533 const RegType& actual_arg_type = reg_line->GetInvocationThis(this, inst, is_range, allow_failure); in GetQuickInvokedMethod()
3552 FailOrAbort(this, allow_failure, "Receiver class has no vtable for quickened invoke at ", in GetQuickInvokedMethod()
3560 FailOrAbort(this, allow_failure, in GetQuickInvokedMethod()
3567 FailOrAbort(this, allow_failure, "Unexpected exception pending for quickened invoke at ", in GetQuickInvokedMethod()