Lines Matching defs:calls
265 // the parser calls this function. If the insert succeeds, we create a stack
296 * but is never used. The function that calls this expecting an array casts the
816 // This lock is here to make sure dc's tail calls are the same length.
1071 // This calls a function that is in an array.
2419 // Ensure that the tail calls stack is correct.
2435 // Get the number of tail calls for this one.
2436 size_t calls = *((size_t*) bc_vec_item_rev(&p->tail_calls, i)) + 1;
2439 if (calls >= val) val = 0;
2440 else val -= (BcBigDig) calls;
2452 // because these are for tail calls. That means that any executions that
2984 // We need to pop tail calls too.