Lines Matching full:flow
31 * Opcodes are accumulated with specific methods. A control-flow stack
69 * Build the word. The control-flow stack must be empty. A 'ret'
75 throw new Exception("control-flow stack is not empty"); in Build()
99 * Rotate the control-flow stack at depth 'depth'.
110 * Make a copy of the control-flow element at depth 'depth', and
111 * push it on top of the control-flow stack.
136 * Push an origin on the control-flow stack, corresponding to the
145 * Push a destination on the control-flow stack, corresponding to
154 * Pop an origin from the control-flow stack. An exception is
167 * Pop a destination from the control-flow stack. An exception is
304 * pushed on the control-flow stack as an origin.
315 * pushed on the control-flow stack as an origin.
326 * pushed on the control-flow stack as an origin.
336 * The top of control-flow stack is popped and must be an origin.
346 * Push the current code address on the control-flow stack as a
356 * from the control-flow stack as a destination.
367 * from the control-flow stack as a destination.
378 * from the control-flow stack as a destination.