Home | History | Annotate | Download | only in exp-ptrcheck

Lines Matching defs:depth

476       UWord       depth; /* depth of stack at time block was pushed */
526 UWord depth
540 VG_(printf)("\ndepth = %lu\n", depth);
555 nyu->depth = depth;
895 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth )
913 depth - inv->Inv.StackN.nd->depth );
1156 Word depth; /* 0 for outermost; increases inwards */
1766 show_Invar( bufE, sizeof(bufE)-1, inv, frame->depth );
1769 show_Invar( bufA, sizeof(bufA)-1, &new_inv, frame->depth );
1802 tl_assert(caller->outer->depth >= 0);
1803 tl_assert(1 + caller->outer->depth == caller->depth);
1805 tl_assert(caller->depth == 0);
1820 caller->depth /* stack depth at which
1850 callee->depth = 1 + caller->depth;
1869 { Word d = callee->depth;
1954 Word d = innermost->depth;
2344 /* ->depth, ->outer, ->inner are 0, NULL, NULL */
2384 tl_assert(frame->depth == 0);
2387 if (frame2) tl_assert(1 + frame->depth == frame2->depth);