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.h315 bool have_pending_runtime_throw_failure_; variable
Dmethod_verifier.cc1600 have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
2060 DCHECK(!have_pending_runtime_throw_failure_); // Per-instruction flag, should not be set here. in CodeFlowVerifyInstruction()
3485 } else if (have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3705 if (have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
3708 have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
5103 have_pending_runtime_throw_failure_(false), in MethodVerifier()
5465 have_pending_runtime_throw_failure_ = true; in Fail()