Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h728 bool have_pending_runtime_throw_failure_; variable
Dmethod_verifier.cc402 have_pending_runtime_throw_failure_(false), in MethodVerifier()
598 have_pending_runtime_throw_failure_ = true; in Fail()
1245 have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()
1654 DCHECK(!have_pending_runtime_throw_failure_); // Per-instruction flag, should not be set here. in CodeFlowVerifyInstruction()
2928 } else if (have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()
2934 have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()
3727 have_pending_runtime_throw_failure_ = true; in VerifyAGet()