Searched refs:vstack (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
H A Dhandlebars-1.0.0.beta.6.js200 var self = this, stack = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
212 vstack.length = vstack.length - n;
255 vstack.push(this.lexer.yytext);
273 yyval.$ = vstack[vstack.length - len];
275 r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
281 vstack = vstack.slice(0, -1 * len);
285 vstack
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2374 static SValue vstack[VSTACK_SIZE], *vtop;
10109 if (vtop >= vstack + (VSTACK_SIZE - 1))
10114 if (vtop >= vstack) {
10230 if (vtop >= vstack + (VSTACK_SIZE - 1))
10251 for(p=vstack;p<=vtop;p++) {
10309 for(p = vstack; p <= vtop; p++) {
10330 for(p=vstack;p<=vtop;p++) {
10343 for(p=vstack;p<=vtop;p++) {
10365 for(p = vstack;p <= p1; p++) {
10433 /* NOTE: get_reg can modify vstack[] */
2372 static SValue vstack[VSTACK_SIZE], *vtop; variable
[all...]

Completed in 623 milliseconds