Searched refs:MAX_STACK_DEPTH (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_STACK_DEPTH 10000 macro204 StackEntry calls[MAX_STACK_DEPTH];1038 char spaces[MAX_STACK_DEPTH + 1]; in dumpTrace()1039 memset(spaces, '.', MAX_STACK_DEPTH); in dumpTrace()1040 spaces[MAX_STACK_DEPTH] = '\0'; in dumpTrace()1094 } else if (printDepth > MAX_STACK_DEPTH) { in dumpTrace()1095 printDepth = MAX_STACK_DEPTH; in dumpTrace()1109 spaces + (MAX_STACK_DEPTH - printDepth), method->className, in dumpTrace()1114 spaces + (MAX_STACK_DEPTH - printDepth), method->className); in dumpTrace()2098 if (pStack->top >= MAX_STACK_DEPTH) { in parseDataKeys()[all …]