Lines Matching defs:MAX_STACK_DEPTH
43 #define MAX_STACK_DEPTH 10000
204 StackEntry calls[MAX_STACK_DEPTH];
1038 char spaces[MAX_STACK_DEPTH + 1];
1039 memset(spaces, '.', MAX_STACK_DEPTH);
1040 spaces[MAX_STACK_DEPTH] = '\0';
1094 } else if (printDepth > MAX_STACK_DEPTH) {
1095 printDepth = MAX_STACK_DEPTH;
1109 spaces + (MAX_STACK_DEPTH - printDepth), method->className,
1114 spaces + (MAX_STACK_DEPTH - printDepth), method->className);
2098 if (pStack->top >= MAX_STACK_DEPTH) {
2100 MAX_STACK_DEPTH);