Searched refs:caught_exception (Results 1 – 1 of 1) sorted by relevance
161 bool caught_exception = (handler_method_ != nullptr && handler_dex_pc_ != DexFile::kDexNoIndex); in FindCatch() local162 if (caught_exception) { in FindCatch()