Lines Matching defs:preserve_from
758 int preserve_from = start_pc + last_node.SequenceLength();
761 preserve_from = jump_candidate_destination;
766 for (auto jump_iter = jump_edges_.lower_bound(preserve_from);
772 if (jump_destination > start_pc && jump_destination < preserve_from) {
773 preserve_from = jump_destination;
780 int preserve_length = start_pc + last_node.SequenceLength() - preserve_from;
791 SetJumpDestinationFixup(pc() - preserve_from, preserve_from);
792 CopyRangeToOutput(bytecode, preserve_from, preserve_length);
801 if (del < preserve_from) {