Lines Matching refs:common_super
3736 const RegType* common_super = nullptr; in HandleMoveException() local
3746 common_super = ®_types_.JavaLangThrowable(false); in HandleMoveException()
3764 } else if (common_super == nullptr) { in HandleMoveException()
3765 common_super = &exception; in HandleMoveException()
3766 } else if (common_super->Equals(exception)) { in HandleMoveException()
3769 common_super = &common_super->Merge(exception, ®_types_, this); in HandleMoveException()
3771 *common_super, this), in HandleMoveException()
3783 if (!IsAotMode() && common_super == nullptr) { in HandleMoveException()
3796 if (common_super != nullptr) { in HandleMoveException()
3797 unresolved = &unresolved->Merge(*common_super, ®_types_, this); in HandleMoveException()
3802 if (common_super == nullptr) { in HandleMoveException()
3807 return std::make_pair(true, common_super); in HandleMoveException()