Home
last modified time | relevance | path

Searched refs:have_pending_hard_failure_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc386 CHECK(!verifier.have_pending_hard_failure_); in VerifyMethod()
421 CHECK(verifier.have_pending_hard_failure_); in VerifyMethod()
488 if (verifier->have_pending_hard_failure_) { in VerifyMethodAndDump()
529 have_pending_hard_failure_(false), in MethodVerifier()
903 have_pending_hard_failure_ = true; in Fail()
910 have_pending_hard_failure_ = true; in Fail()
3401 if (have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3898 CHECK(have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
3947 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
3984 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
[all …]
Dmethod_verifier.h782 bool have_pending_hard_failure_; variable