Lines Matching refs:common_super
3663 const RegType* common_super = nullptr; in HandleMoveException() local
3673 common_super = ®_types_.JavaLangThrowable(); in HandleMoveException()
3691 } else if (common_super == nullptr) { in HandleMoveException()
3692 common_super = &exception; in HandleMoveException()
3693 } else if (common_super->Equals(exception)) { in HandleMoveException()
3696 common_super = &common_super->Merge(exception, ®_types_, this); in HandleMoveException()
3698 *common_super, this), in HandleMoveException()
3714 if (common_super != nullptr) { in HandleMoveException()
3715 unresolved = &unresolved->Merge(*common_super, ®_types_, this); in HandleMoveException()
3722 if (common_super == nullptr) { in HandleMoveException()
3727 return std::make_pair(true, common_super); in HandleMoveException()