Home | History | Annotate | Download | only in src

Lines Matching full:stack

57   // Get the address of this stack handler.
60 // Get the next stack handler in the chain.
102 // Abstract base class for all stack frames.
113 // Opaque data type for identifying stack frames. Used extensively
137 // Get the id of this stack frame.
140 // Checks if this frame includes any stack handlers.
171 // Compute the stack pointer for the calling frame.
179 // Get the top handler from the current stack iterator.
182 // Compute the stack frame type for the given state.
225 // The caller stack pointer for entry frames is always zero. The
277 // pointer. Used when constructing the first stack frame seen by an
301 // Access the expressions in the stack frame including locals.
325 // Iterate over expression stack including stack handlers, locals,
329 // Returns the address of the n'th expression stack element.
332 // Determines if the n'th expression stack element is in a stack
363 // passed on the stack by the caller. Once argument adaptor frames
373 // frame below it on the stack.
399 // This is a special mode used when gathering stack samples in profiler.
401 // (see GetCallerStackPointer implementation), but it is not used for stack
491 // An iterator that iterates over the current thread's stack.
494 // An iterator that iterates over a given thread's stack.
584 // NOTE: The stack trace frame iterator is an iterator that only
652 // Find the nth JavaScript frame on the stack. The caller must