Lines Matching full:jump
196 // Jump forward relative to the current bytecode by the |jump_offset|.
197 void Jump(TNode<IntPtrT> jump_offset);
199 // Jump backward relative to the current bytecode by the |jump_offset|.
202 // Jump forward relative to the current bytecode by |jump_offset| if the
207 // Jump forward relative to the current bytecode by offest specified in
212 // Jump forward relative to the current bytecode by offest specified from the
218 // Jump forward relative to the current bytecode by |jump_offset| if the
223 // Jump forward relative to the current bytecode by offest specified in
228 // Jump forward relative to the current bytecode by offest specified from the
366 // Jump relative to the current bytecode by the |jump_offset|. If |backward|,
367 // then jump backward (subtract the offset), otherwise jump forward (add the
368 // offset). Helper function for Jump and JumpBackward.
369 void Jump(TNode<IntPtrT> jump_offset, bool backward);
371 // Jump forward relative to the current bytecode by |jump_offset| if the
376 // Jump forward relative to the current bytecode by offest specified in
382 // Jump forward relative to the current bytecode by offest specified from the