Lines Matching refs:jump_offset
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|.
200 void JumpBackward(TNode<IntPtrT> jump_offset);
202 // Jump forward relative to the current bytecode by |jump_offset| if the
205 TNode<IntPtrT> jump_offset);
218 // Jump forward relative to the current bytecode by |jump_offset| if the
221 TNode<IntPtrT> jump_offset);
366 // Jump relative to the current bytecode by the |jump_offset|. If |backward|,
369 void Jump(TNode<IntPtrT> jump_offset, bool backward);
371 // Jump forward relative to the current bytecode by |jump_offset| if the
374 void JumpConditional(TNode<BoolT> condition, TNode<IntPtrT> jump_offset);