Lines Matching full:stack
107 // Called from RegExp if the stack-guard is triggered.
128 // Below the frame pointer - local stack variables.
136 // First register address. Following registers are below it on the stack.
149 // Check whether we are exceeding the stack limit on the backtrack stack.
161 // The register containing the backtrack stack top. Provides a meaningful
173 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
178 // Pushes the value of a register on the backtrack stack. Decrements the
179 // stack pointer (ecx) by a word size and stores the register's value there.
182 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
186 // Pops a value from the backtrack stack. Reads the word at the stack pointer
190 // Before calling a C-function from generated code, align arguments on stack.
193 // Some compilers/platforms require the stack to be aligned when calling