Searched refs:MAX_STACK_DEPTH (Results 1 - 1 of 1) sorted by relevance

/art/tools/dmtracedump/
H A Dtracedump.cc43 #define MAX_STACK_DEPTH 10000 macro
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) {
[all...]

Completed in 181 milliseconds