Lines Matching refs:next_offset
739 ? FinishBlock<JumpLoop>(next_offset(), {}, &jump_targets_[target])
740 : FinishBlock<JumpLoop>(next_offset(), {},
749 next_offset(), {}, &jump_targets_[iterator_.GetJumpTargetOffset()]);
751 DCHECK_LT(next_offset(), bytecode().length());
796 BasicBlock* block = FinishBlock<BranchIfTrue>(next_offset(), {node},
805 next_offset(), {node}, &jump_targets_[true_target],
811 iterator_.GetJumpTargetOffset(), next_offset());
814 BuildBranchIfToBooleanTrue(GetAccumulatorTaggedValue(), next_offset(),
819 iterator_.GetJumpTargetOffset(), next_offset());
822 BuildBranchIfTrue(GetAccumulatorTaggedValue(), next_offset(),
841 FinishBlock<Return>(next_offset(), {GetAccumulatorTaggedValue()});