Home | History | Annotate | Download | only in src

Lines Matching refs:pushes

1229   // Count pushes performed to force a stack limit check occasionally.
1230 int pushes = 0;
1322 pushes++;
1325 if (pushes == push_limit) {
1327 pushes = 0;