Lines Matching refs:nstk
196 int nstk = 0; in AddToThreadq() local
198 stk[nstk++] = AddState(id0); in AddToThreadq()
200 while (nstk > 0) { in AddToThreadq()
201 DCHECK_LE(nstk, nastack_); in AddToThreadq()
202 const AddState& a = stk[--nstk]; in AddToThreadq()
242 stk[nstk++] = AddState(ip->out1()); in AddToThreadq()
243 stk[nstk++] = AddState(ip->out()); in AddToThreadq()
248 stk[nstk++] = AddState(ip->out()); in AddToThreadq()
255 stk[nstk++] = AddState(0, capture[j], j); in AddToThreadq()
260 stk[nstk++] = AddState(ip->out()); in AddToThreadq()
278 stk[nstk++] = AddState(ip->out()); in AddToThreadq()