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.h248 return have_any_pending_runtime_throw_failure_; in HasInstructionThatWillThrow()
731 bool have_any_pending_runtime_throw_failure_; variable
Dmethod_verifier.cc403 have_any_pending_runtime_throw_failure_(false), in MethodVerifier()
2931 have_any_pending_runtime_throw_failure_ = true; in CodeFlowVerifyInstruction()