Lines Matching refs:depth
336 """Compute the max stack depth.
342 depth = {}
345 depth[b] = findDepth(b.getInstructions())
353 d = d + depth[b]
654 # XXX 1. need to keep track of stack depth on jumps
658 depth = 0
666 depth = depth + delta
672 depth = depth + delta
678 depth = depth + meth(i[1])
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth