Searched refs:pushes (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Djsregexp.cc1009 // Count pushes performed to force a stack limit check occasionally.
1010 int pushes = 0; local
1102 pushes++;
1105 if (pushes == push_limit) {
1107 pushes = 0;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as354 * rule invocation, the parser pushes the set of tokens that can
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas1218 // make more than INITIAL_CALL_STACK_SIZE pushes
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2146 * rule invocation, the parser pushes the set of tokens that can

Completed in 359 milliseconds