Searched refs:have_pending_runtime_throw_failure_ (Results 1 – 3 of 3) sorted by relevance
3 The verifier will flag aget instructions as have_pending_runtime_throw_failure_
315 bool have_pending_runtime_throw_failure_; variable
1600 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()