Lines Matching defs:depth
475 UWord depth; /* depth of stack at time block was pushed */
525 UWord depth
539 VG_(printf)("\ndepth = %lu\n", depth);
554 nyu->depth = depth;
944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth )
964 depth - inv->Inv.StackN.nd->depth );
1215 Word depth; /* 0 for outermost; increases inwards */
1827 show_Invar( bufE, sizeof(bufE)-1, inv, frame->depth );
1830 show_Invar( bufA, sizeof(bufA)-1, &new_inv, frame->depth );
1868 tl_assert(caller->outer->depth >= 0);
1869 tl_assert(1 + caller->outer->depth == caller->depth);
1871 tl_assert(caller->depth == 0);
1886 caller->depth /* stack depth at which
1916 callee->depth = 1 + caller->depth;
1935 { Word d = callee->depth;
2020 Word d = innermost->depth;
2410 /* ->depth, ->outer, ->inner are 0, NULL, NULL */
2450 tl_assert(frame->depth == 0);
2453 if (frame2) tl_assert(1 + frame->depth == frame2->depth);