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()4904 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()4915 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()5311 if (verifier->flags_.have_pending_hard_failure_) { in CalculateVerificationInfo()5355 if (verifier->flags_.have_pending_hard_failure_) { in VerifyMethodAndDump()5506 flags_.have_pending_hard_failure_ = true; in Fail()[all …]
363 bool have_pending_hard_failure_ : 1; member