HomeSort by relevance Sort by last modified time
    Searched refs:gap_pos (Results 1 - 4 of 4) sorted by null

  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos,
53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos);
59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos,
64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos);
  /external/dbus/dbus/
dbus-string.c 796 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;
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 1185 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 3629 Instruction::GapPosition gap_pos; local
    [all...]

Completed in 309 milliseconds