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.h326 bool have_pending_hard_failure_ : 1; member
Dmethod_verifier.cc3341 if (flags_.have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3901 CHECK(flags_.have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
3948 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
3989 if (flags_.have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4121 if (!flags_.have_pending_hard_failure_) { in VerifyInvocationArgs()
4664 if (UNLIKELY(flags_.have_pending_hard_failure_)) { in VerifyISFieldAccess()
4825 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
4836 if (flags_.have_pending_hard_failure_) { in UpdateRegisters()
5070 CHECK(!verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
5094 CHECK(verifier.flags_.have_pending_hard_failure_); in VerifyMethod()
[all …]