Home
last modified time | relevance | path

Searched refs:have_pending_hard_failure_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.h349 bool have_pending_hard_failure_ : 1; member
Dmethod_verifier.cc3476 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
4045 CHECK(flags_.have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
4094 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4137 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4269 if (!flags_.have_pending_hard_failure_) { in VerifyInvocationArgs()
4817 if (UNLIKELY(flags_.have_pending_hard_failure_)) { in VerifyISFieldAccess()
4974 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
4985 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
5219 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5278 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
[all …]