Searched refs:gap_pos (Results 1 – 4 of 4) sorted by relevance
50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() argument53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent() argument64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
796 unsigned long gap_pos; in align_insert_point_then_open_gap() local807 gap_pos = _DBUS_ALIGN_VALUE (insert_at, alignment); in align_insert_point_then_open_gap()808 new_len = real->len + (gap_pos - insert_at) + gap_size; in align_insert_point_then_open_gap()818 _dbus_assert (((unsigned long) *insert_at_p) == gap_pos); in align_insert_point_then_open_gap()830 gap_pos - insert_at); in align_insert_point_then_open_gap()833 *insert_at_p = gap_pos; in align_insert_point_then_open_gap()
1184 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove() local1185 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()1186 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone()); in GetConnectingParallelMove()
3443 Instruction::GapPosition gap_pos; in ConnectRanges() local3446 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()3453 gap_pos = delay_insertion ? Instruction::END : Instruction::START; in ConnectRanges()3464 gap_pos, code_zone()); in ConnectRanges()