Home | History | Annotate | Download | only in x64

Lines Matching full:stack

116   // Called from RegExp if the stack-guard is triggered.
131 // Parameters (first four passed as registers, but with room on stack).
133 // stack (before the return address) to spill parameter registers. We
146 // are passed as registers, and caller must allocate space on the stack
178 // First register address. Following registers are below it on the stack.
191 // Check whether we are exceeding the stack limit on the backtrack stack.
203 // The register containing the backtrack stack top. Provides a meaningful
224 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
229 // Pushes the value of a register on the backtrack stack. Decrements the
230 // stack pointer (rcx) by a word size and stores the register's value there.
233 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
237 // Pushes the Code object relative offset of a label on the backtrack stack
238 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
242 // Pops a value from the backtrack stack. Reads the word at the stack pointer
246 // Drops the top value from the backtrack stack without reading it.
247 // Increments the stack pointer (rcx) by a word size.