Home
last modified time | relevance | path

Searched refs:HasInstructionThatWillThrow (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dverified_method.cc44 method_verifier->HasInstructionThatWillThrow())); in Create()
/art/runtime/verifier/
Dmethod_verifier.h196 bool HasInstructionThatWillThrow() const { in HasInstructionThatWillThrow() function
Dmethod_verifier.cc5247 if (verifier.HasInstructionThatWillThrow()) { in VerifyMethod()