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

/external/v8/test/unittests/compiler/
H A Dregister-allocator-unittest.cc50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, argument
53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos);
59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, argument
64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos);
/external/dbus/dbus/
H A Ddbus-string.c796 unsigned long gap_pos; local
807 gap_pos = _DBUS_ALIGN_VALUE (insert_at, alignment);
808 new_len = real->len + (gap_pos - insert_at) + gap_size;
818 _dbus_assert (((unsigned long) *insert_at_p) == gap_pos);
830 gap_pos - insert_at);
833 *insert_at_p = gap_pos;
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1185 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); local
1186 return GapAt(gap_pos)->GetOrCreateParallelMove(
1187 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone());
/external/v8/src/compiler/
H A Dregister-allocator.cc3629 Instruction::GapPosition gap_pos; local
3642 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END;
3649 gap_pos = delay_insertion ? Instruction::END : Instruction::START;
3660 gap_pos, code_zone());

Completed in 106 milliseconds