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.h309 bool have_pending_hard_failure_; variable
Dmethod_verifier.cc3468 if (have_pending_hard_failure_) { in CodeFlowVerifyInstruction()
3996 CHECK(have_pending_hard_failure_); in VerifyInvocationArgsFromIterator()
4045 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4088 if (have_pending_hard_failure_) { in VerifyInvocationArgsFromIterator()
4220 if (!have_pending_hard_failure_) { in VerifyInvocationArgs()
4810 if (UNLIKELY(have_pending_hard_failure_)) { in VerifyISFieldAccess()
4967 if (have_pending_hard_failure_) { in UpdateRegisters()
4978 if (have_pending_hard_failure_) { in UpdateRegisters()
5102 have_pending_hard_failure_(false), in MethodVerifier()
5206 CHECK(!verifier.have_pending_hard_failure_); in VerifyMethod()
[all …]