Is it better to combine all onEnterFrame events in one?

working on a game with many things i want to control with onEnterFrame, in terms of processing speed, it is better to write them all into a single function or can i split them all up?