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.cc321 CHECK(!verifier.have_pending_hard_failure_); in VerifyMethod()
332 CHECK(verifier.have_pending_hard_failure_); in VerifyMethod()
368 if (verifier->have_pending_hard_failure_) { in VerifyMethodAndDump()
401 have_pending_hard_failure_(false), in MethodVerifier()
619 have_pending_hard_failure_ = true; in Fail()
629 have_pending_hard_failure_ = true; in Fail()
2911 if (have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3356 CHECK(have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
3394 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
3430 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
[all …]
Dmethod_verifier.h722 bool have_pending_hard_failure_; variable