Searched refs:have_pending_hard_failure_ (Results 1 – 2 of 2) sorted by relevance
3420 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()3981 CHECK(flags_.have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()4030 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()4073 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()4205 if (!flags_.have_pending_hard_failure_) { in VerifyInvocationArgs()4747 if (UNLIKELY(flags_.have_pending_hard_failure_)) { in VerifyISFieldAccess()4904 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()4915 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()5160 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()5208 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()[all …]
363 bool have_pending_hard_failure_ : 1; member