Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc4213 LifetimePosition gap_pos = in TryAllocateFreeReg() local
4215 if (gap_pos <= current->Start()) return false; in TryAllocateFreeReg()
4216 LiveRange* tail = SplitRangeAt(current, gap_pos); in TryAllocateFreeReg()
5032 Instruction::GapPosition gap_pos; in ConnectRanges() local
5045 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()
5052 gap_pos = delay_insertion ? Instruction::END : Instruction::START; in ConnectRanges()
5062 gap_pos, code_zone()); in ConnectRanges()

Completed in 9 milliseconds