Searched refs:have_pending_runtime_throw_failure_ (Results 1 – 2 of 2) sorted by relevance
788 bool have_pending_runtime_throw_failure_; variable
530 have_pending_runtime_throw_failure_(false), in MethodVerifier()881 have_pending_runtime_throw_failure_ = true; in Fail()1579 have_pending_runtime_throw_failure_ = false; in VerifyCodeFlow()2020 DCHECK(!have_pending_runtime_throw_failure_); // Per-instruction flag, should not be set here. in CodeFlowVerifyInstruction()3418 } else if (have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()3633 if (have_pending_runtime_throw_failure_) { in CodeFlowVerifyInstruction()3636 have_pending_runtime_throw_failure_ = false; in CodeFlowVerifyInstruction()4328 have_pending_runtime_throw_failure_ = true; in VerifyAGet()