Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2614 SplitRangeAt(range, split_pos); in SplitAndSpillRangesDefinedByMemoryOperand()
2621 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator
2650 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()
Dregister-allocator.h992 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);