Home | History | Annotate | Download | only in src

Lines Matching refs:stack

311   List<Position> stack(10);
312 stack.Add(Position(root_));
313 while (stack.length() > 0) {
314 Position& current = stack.last();
317 stack.Add(Position(current.current_child()));
320 if (stack.length() > 1) {
321 Position& parent = stack[stack.length() - 2];
325 // Remove child from the stack.
326 stack.RemoveLast();
586 // Allocate space for stack
602 // If pc is in the function code before it set up stack frame or after the
635 for (const Address* stack_pos = sample.stack,