Lines Matching refs:value
113 // this value. NumOutputRegisters is passed as 32-bit value. The upper
130 // this value.
158 // Stores the initial value of the regexp stack pointer in a
214 // Pushes the value of a register on the backtrack stack. Decrements the
215 // stack pointer (rcx) by a word size and stores the register's value there.
218 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
219 // by a word size and stores the value there.
220 inline void Push(Immediate value);
224 // by a word size and stores the value there.
227 // Pops a value from the backtrack stack. Reads the word at the stack pointer
231 // Drops the top value from the backtrack stack without reading it.