Searched refs:SplitRangeAt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 1821 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 2017 LiveRange* LAllocator::SplitRangeAt(LiveRange* range, LifetimePosition pos) { in SplitRangeAt() function in v8::internal::LAllocator 2047 return SplitRangeAt(range, split_pos); in SplitBetween() 2086 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 2104 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | lithium-allocator.h | 443 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 2596 SplitRangeAt(range, split_pos); in SplitAndSpillRangesDefinedByMemoryOperand() 2603 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator 2632 return SplitRangeAt(range, split_pos); in SplitBetween() 2838 LiveRange* tail = SplitRangeAt(range, next_reg->pos().PrevStart()); in TrySplitAndSpillSplinter() 3138 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 3434 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 3450 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | register-allocator.h | 1004 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|