Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:gap_pos

1185   int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1);
1186 return GapAt(gap_pos)->GetOrCreateParallelMove(
1187 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone());