Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc1186 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove() local
1187 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()
1188 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone()); in GetConnectingParallelMove()
/external/v8/src/compiler/
Dregister-allocator.cc3871 Instruction::GapPosition gap_pos; in ConnectRanges() local
3884 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()
3891 gap_pos = delay_insertion ? Instruction::END : Instruction::START; in ConnectRanges()
3902 gap_pos, code_zone()); in ConnectRanges()