Lines Matching refs:common_super
3795 const RegType* common_super = nullptr; in HandleMoveException() local
3805 common_super = ®_types_.JavaLangThrowable(false); in HandleMoveException()
3823 } else if (common_super == nullptr) { in HandleMoveException()
3824 common_super = &exception; in HandleMoveException()
3825 } else if (common_super->Equals(exception)) { in HandleMoveException()
3828 common_super = &common_super->Merge(exception, ®_types_, this); in HandleMoveException()
3830 *common_super, this), in HandleMoveException()
3842 if (!IsAotMode() && common_super == nullptr) { in HandleMoveException()
3854 if (common_super != nullptr) { in HandleMoveException()
3855 unresolved = &unresolved->Merge(*common_super, ®_types_, this); in HandleMoveException()
3860 if (common_super == nullptr) { in HandleMoveException()
3865 return std::make_pair(true, common_super); in HandleMoveException()