Searched refs:SplitRangeAt (Results 1 – 2 of 2) sorted by relevance
2614 SplitRangeAt(range, split_pos); in SplitAndSpillRangesDefinedByMemoryOperand()2621 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator2650 return SplitRangeAt(range, split_pos); in SplitBetween()2852 LiveRange* tail = SplitRangeAt(range, next_reg->pos().PrevStart()); in TrySplitAndSpillSplinter()3122 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg()3439 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter()3455 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
992 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);