Lines Matching refs:depth
87 * in the difference between the stack depth and pcstack_limit with NULLs.
106 int depth = 0;
146 if (depth < pcstack_limit)
147 pcstack[depth++] = (pc_t)(uintptr_t)pc;
287 while (depth < pcstack_limit) {
300 ASSERT(depth == 0);
302 while (depth < pcstack_limit)
303 pcstack[depth++] = NULL;
342 pcstack[depth++] = (pc_t)fp->fr_savpc;
345 while (depth < pcstack_limit)
346 pcstack[depth++] = NULL;
353 pcstack[depth++] = (pc_t)fp->fr_savpc;
532 * Add one more to the stack depth if we're in an entry probe as long
704 int depth = 0;
729 return (++depth);
735 depth++;