Lines Matching refs:flags_
1204 flags_.have_pending_experimental_failure_ = true; in VerifyInstruction()
1623 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2073 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3420 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3437 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3658 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3659 flags_.have_any_pending_runtime_throw_failure_ = true; in CodeFlowVerifyInstruction()
3661 flags_.have_pending_runtime_throw_failure_ = false; 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()
5017 flags_({false, false, false, false, aot_mode}), in MethodVerifier()
5160 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5203 if (UNLIKELY(verifier.flags_.have_pending_experimental_failure_)) { in VerifyMethod()
5208 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5311 if (verifier->flags_.have_pending_hard_failure_) { in CalculateVerificationInfo()
5355 if (verifier->flags_.have_pending_hard_failure_) { in VerifyMethodAndDump()
5467 flags_.have_pending_runtime_throw_failure_ = true; in Fail()
5498 flags_.have_pending_runtime_throw_failure_ = true; in Fail()
5506 flags_.have_pending_hard_failure_ = true; in Fail()
5513 flags_.have_pending_hard_failure_ = true; in Fail()