Home
last modified time | relevance | path

Searched refs:have_pending_runtime_throw_failure_ (Results 1 – 3 of 3) sorted by relevance

/art/test/664-aget-verifier/
Dinfo.txt3 The verifier will flag aget instructions as have_pending_runtime_throw_failure_
/art/runtime/verifier/
Dmethod_verifier.h356 bool have_pending_runtime_throw_failure_ : 1; member
Dmethod_verifier.cc1617 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2082 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3493 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3714 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3717 flags_.have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
5548 flags_.have_pending_runtime_throw_failure_ = true; in Fail()