Home | History | Annotate | Download | only in x64

Lines Matching refs:Backtrack

49   virtual void Backtrack();
212 // Check whether we are exceeding the stack limit on the backtrack stack.
224 // The register containing the backtrack stack top. Provides a meaningful
235 // is NULL, in which case it is a conditional Backtrack.
250 // Pushes the value of a register on the backtrack stack. Decrements the
254 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
258 // Pushes the Code object relative offset of a label on the backtrack stack
259 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
263 // Pops a value from the backtrack stack. Reads the word at the stack pointer
267 // Drops the top value from the backtrack stack without reading it.