Home | History | Annotate | Download | only in src

Lines Matching full:pushes

873   // Count pushes performed to force a stack limit check occasionally.
874 int pushes = 0;
966 pushes++;
969 if (pushes == push_limit) {
971 pushes = 0;