Searched refs:have_pending_hard_failure_ (Results 1 – 2 of 2) sorted by relevance
276 CHECK(!verifier.have_pending_hard_failure_); in VerifyMethod()287 CHECK(verifier.have_pending_hard_failure_); in VerifyMethod()346 have_pending_hard_failure_(false), in MethodVerifier()511 have_pending_hard_failure_ = true; in Fail()521 have_pending_hard_failure_ = true; in Fail()2732 if (have_pending_hard_failure_) { in CodeFlowVerifyInstruction()3164 CHECK(have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()3202 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()3239 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()3303 if (!have_pending_hard_failure_) { in VerifyInvocationArgs()[all …]
674 bool have_pending_hard_failure_; variable