Home | History | Annotate | Download | only in src

Lines Matching full:stack

100   // Get the address of this stack handler.
103 // Get the next stack handler in the chain.
142 // Abstract base class for all stack frames.
150 // Used by FrameScope to indicate that the stack frame is constructed
156 // Opaque data type for identifying stack frames. Used extensively
180 // (as an iterator usually lives on stack).
214 // Get the id of this stack frame.
217 // Checks if this frame includes any stack handlers.
234 // safepoint entry and the number of stack slots. The pc must be at
262 // Compute the stack pointer for the calling frame.
270 // Get the top handler from the current stack iterator.
273 // Compute the stack frame type for the given state.
317 // The caller stack pointer for entry frames is always zero. The
369 // pointer. Used when constructing the first stack frame seen by an
395 // Access the expressions in the stack frame including locals.
421 // Iterate over expression stack including stack handlers, locals,
425 // Returns the address of the n'th expression stack element.
429 // Determines if the n'th expression stack element is in a stack
498 // frame below it on the stack.
652 // An iterator that iterates over the current thread's stack,
656 // An iterator that iterates over the isolate's current thread's stack,
659 // An iterator that iterates over a given thread's stack.
766 // NOTE: The stack trace frame iterator is an iterator that only
875 // Find the nth JavaScript frame on the stack. The caller must
884 // Reads all frames on the current stack and copies them into the current