Lines Matching full:stack
115 // Called from RegExp if the stack-guard is triggered.
126 // Above the frame pointer - Stored registers and stack passed parameters.
132 // Stack frame header.
134 // Stack parameters placed by caller.
150 // First register address. Following registers are below it on the stack.
163 // Check whether we are exceeding the stack limit on the backtrack stack.
187 // The register containing the backtrack stack top. Provides a meaningful
205 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
213 // Pushes the value of a register on the backtrack stack. Decrements the
214 // stack pointer by a word size and stores the register's value there.
217 // Pops a value from the backtrack stack. Reads the word at the stack pointer
224 // passed on the stack), and the first argument will be a pointer to the