Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc161 bool caught_exception = (handler_method_ != nullptr && handler_dex_pc_ != DexFile::kDexNoIndex); in FindCatch() local
162 if (caught_exception) { in FindCatch()