Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc43 #define MAX_STACK_DEPTH 10000 macro
204 StackEntry calls[MAX_STACK_DEPTH];
1042 char spaces[MAX_STACK_DEPTH + 1]; in dumpTrace()
1043 memset(spaces, '.', MAX_STACK_DEPTH); in dumpTrace()
1044 spaces[MAX_STACK_DEPTH] = '\0'; in dumpTrace()
1098 } else if (printDepth > MAX_STACK_DEPTH) { in dumpTrace()
1099 printDepth = MAX_STACK_DEPTH; in dumpTrace()
1113 spaces + (MAX_STACK_DEPTH - printDepth), method->className, in dumpTrace()
1118 spaces + (MAX_STACK_DEPTH - printDepth), method->className); in dumpTrace()
2102 if (pStack->top >= MAX_STACK_DEPTH) { in parseDataKeys()
[all …]