Lines Matching refs:flags_

1198     flags_.have_pending_experimental_failure_ = true;  in VerifyInstruction()
1617 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2082 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3476 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3493 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3714 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3715 flags_.have_any_pending_runtime_throw_failure_ = true; in CodeFlowVerifyInstruction()
3717 flags_.have_pending_runtime_throw_failure_ = false; 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()
5084 flags_({false, false, false, false, aot_mode}), in MethodVerifier()
5219 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5273 if (UNLIKELY(verifier.flags_.have_pending_experimental_failure_)) { in VerifyMethod()
5278 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5380 if (verifier->flags_.have_pending_hard_failure_) { in CalculateVerificationInfo()
5423 if (verifier->flags_.have_pending_hard_failure_) { in VerifyMethodAndDump()
5548 flags_.have_pending_runtime_throw_failure_ = true; in Fail()
5575 flags_.have_pending_hard_failure_ = true; in Fail()
5582 flags_.have_pending_hard_failure_ = true; in Fail()