Home
last modified time | relevance | path

Searched refs:gap_pos (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dregister-allocator-unittest.cc50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() argument
53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()
59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent() argument
64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
/external/dbus/dbus/
Ddbus-string.c796 unsigned long gap_pos; in align_insert_point_then_open_gap() local
807 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()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1184 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove() local
1185 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()
1186 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone()); in GetConnectingParallelMove()
/external/v8/src/compiler/
Dregister-allocator.cc3443 Instruction::GapPosition gap_pos; in ConnectRanges() local
3446 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()