Home | History | Annotate | Download | only in x64

Lines Matching refs:Backtrack

25   virtual void Backtrack();
189 // Check whether we are exceeding the stack limit on the backtrack stack.
201 // The register containing the backtrack stack top. Provides a meaningful
212 // is NULL, in which case it is a conditional Backtrack.
227 // Pushes the value of a register on the backtrack stack. Decrements the
231 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
235 // Pushes the Code object relative offset of a label on the backtrack stack
236 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
240 // Pops a value from the backtrack stack. Reads the word at the stack pointer
244 // Drops the top value from the backtrack stack without reading it.