Lines Matching refs:flags_
1580 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2029 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3341 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3358 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3579 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3582 flags_.have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
3901 CHECK(flags_.have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
3948 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
3989 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4121 if (!flags_.have_pending_hard_failure_) { in VerifyInvocationArgs()
4664 if (UNLIKELY(flags_.have_pending_hard_failure_)) { in VerifyISFieldAccess()
4825 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
4836 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
4925 flags_.have_pending_runtime_throw_failure_ = true; in PotentiallyMarkRuntimeThrow()
4954 flags_({false, false}), in MethodVerifier()
5070 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5094 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5189 if (verifier->flags_.have_pending_hard_failure_) { in CalculateVerificationInfo()
5228 if (verifier->flags_.have_pending_hard_failure_) { in VerifyMethodAndDump()
5323 flags_.have_pending_hard_failure_ = true; in Fail()