Home | History | Annotate | Download | only in src

Lines Matching full:pushes

1009   // Count pushes performed to force a stack limit check occasionally.
1010 int pushes = 0;
1102 pushes++;
1105 if (pushes == push_limit) {
1107 pushes = 0;