Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverified_method.cc44 verified_method->has_runtime_throw_ = method_verifier->HasInstructionThatWillThrow(); in Create()
/art/runtime/verifier/
Dmethod_verifier.h247 bool HasInstructionThatWillThrow() const { in HasInstructionThatWillThrow() function