Searched refs:iter_exception_type (Results 1 – 1 of 1) sorted by relevance
286 ObjPtr<mirror::Class> iter_exception_type = ResolveClassFromTypeIndex(iter_type_idx); in FindCatchBlock() local287 if (UNLIKELY(iter_exception_type == nullptr)) { in FindCatchBlock()297 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()