Home | History | Annotate | Download | only in regexp

Lines Matching refs:pushes

1245   // Count pushes performed to force a stack limit check occasionally.
1246 int pushes = 0;
1339 pushes++;
1342 if (pushes == push_limit) {
1344 pushes = 0;