Home | History | Annotate | Download | only in src

Lines Matching full:stack

125       // Link into codegen's nesting stack.
130 // Unlink from codegen's nesting stack.
143 // next outer statement in the nesting stack. We accumulate in
144 // *stack_depth the amount to drop the stack and in *context_length the
146 // stack from an exit to its target.
300 // is expected on the stack or the accumulator, depending on the platform.
338 // An operand used to read/write a stack-allocated (PARAMETER or LOCAL)
428 // Platform-specific code for checking the stack limit at the back edge of
434 // Record the OSR AST id corresponding to a stack check in the code.
436 // Emit a table of stack check ids and pcs into the code stream. Return
485 // The receiver is left on the stack by the IC.
489 // The receiver and the key is left on the stack by the IC.
493 // of the stack and the right one in the accumulator.
516 // of the stack and the right-hand-side value in the accumulator.
520 // expected on top of the stack and the right-hand-side value in the
568 // Set fields in the stack frame. Offsets are the frame pointer relative
629 // location, as a literal, or on top of the stack) into the result
644 // Emit code to discard count elements from the top of stack, then convert
661 // Returns true if we are evaluating for the value (in accu/on stack).