When are GetKeyDown executed in the Unity life cycle?

Let me ask, in unity, all events related to input, for example when pressing a space key, the event of pressing space is emitted before Update, right?