Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:stack

77 typedef struct stack {
80 } stack;
102 * determines the call stack. Each called method must be indented by one
146 stack* callStack = new stack[numThreads];
185 // Allocate space for the thread stack, if necessary
243 // Exiting method must be currently on top of stack (unless stack is
247 printf(" Exiting %s (past bottom of stack)\n",
262 } else { // exiting method doesn't match stack's top method