Home
last modified time | relevance | path

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

/aosp12/art/test/664-aget-verifier/
H A Dinfo.txt3 The verifier will flag aget instructions as have_pending_runtime_throw_failure_
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.h370 bool have_pending_runtime_throw_failure_ : 1; member
H A Dmethod_verifier.cc1623 flags_.have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2073 DCHECK(!flags_.have_pending_runtime_throw_failure_); in CodeFlowVerifyInstruction()
3437 } else if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3658 if (flags_.have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3661 flags_.have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
5467 flags_.have_pending_runtime_throw_failure_ = true; in Fail()
5498 flags_.have_pending_runtime_throw_failure_ = true; in Fail()