Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h197 return flags_.have_any_pending_runtime_throw_failure_; in HasInstructionThatWillThrow()
363 bool have_any_pending_runtime_throw_failure_ : 1; member
Dmethod_verifier.cc3715 flags_.have_any_pending_runtime_throw_failure_ = true; in CodeFlowVerifyInstruction()