Lines Matching full:stack
111 // Called from RegExp if the stack-guard is triggered.
133 // Below the frame pointer - local stack variables.
140 // First register address. Following registers are below it on the stack.
153 // Check whether we are exceeding the stack limit on the backtrack stack.
165 // The register containing the backtrack stack top. Provides a meaningful
177 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
182 // Pushes the value of a register on the backtrack stack. Decrements the
183 // stack pointer (ecx) by a word size and stores the register's value there.
186 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
190 // Pops a value from the backtrack stack. Reads the word at the stack pointer