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.h333 bool have_pending_runtime_throw_failure_ : 1; member
Dmethod_verifier.cc1580 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2029 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3358 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3579 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3582 flags_.have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
4925 flags_.have_pending_runtime_throw_failure_ = true; in PotentiallyMarkRuntimeThrow()