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.cc3420 if (flags_.have_pending_hard_failure_) { 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()
5160 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5208 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
[all …]
Dmethod_verifier.h363 bool have_pending_hard_failure_ : 1; member