Searched refs:common_super (Results 1 – 1 of 1) sorted by relevance
2849 const RegType* common_super = NULL; in GetCaughtExceptionType() local2858 common_super = ®_types_.JavaLangThrowable(false); in GetCaughtExceptionType()2861 if (common_super == NULL) { in GetCaughtExceptionType()2864 common_super = &exception; in GetCaughtExceptionType()2874 } else if (common_super->Equals(exception)) { in GetCaughtExceptionType()2877 common_super = &common_super->Merge(exception, ®_types_); in GetCaughtExceptionType()2878 CHECK(reg_types_.JavaLangThrowable(false).IsAssignableFrom(*common_super)); in GetCaughtExceptionType()2886 if (common_super == NULL) { in GetCaughtExceptionType()2891 return *common_super; in GetCaughtExceptionType()