Home | History | Annotate | Download | only in vm

Lines Matching refs:stackDepth

184     size_t stackDepth = 0;
189 stackDepth++;
194 *pCount = stackDepth;
201 stackDepth);
214 stackDepth--;
219 assert(stackDepth == 0);