Home | History | Annotate | Download | only in src

Lines Matching refs:stack

218   // improve the robustness of the stack dump code in the presence of
231 // Walk the stack.
483 // Stack-allocated ScopedLocks provide block-scoped locking and
572 // (if used for profiling) the program counter and stack pointer for
588 Address sp; // Stack pointer.
591 Address tos; // Top stack value (*sp).
595 Address stack[kMaxFramesCount]; // Call stack.
609 // Performs stack sampling.
633 // Used in tests to make sure that stack sampling is performed.
654 int samples_taken_; // Counts stack samples taken.