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.cc276 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 …]
Dmethod_verifier.h674 bool have_pending_hard_failure_; variable