Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc1089 int32_t printDepth = traceData.depth[threadId]; in dumpTrace() local
1091 if (printDepth < 0) { in dumpTrace()
1092 printDepth = 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()