Searched refs:SplitRangeAt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 1828 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 2024 LiveRange* LAllocator::SplitRangeAt(LiveRange* range, LifetimePosition pos) { in SplitRangeAt() function in v8::internal::LAllocator 2054 return SplitRangeAt(range, split_pos); in SplitBetween() 2093 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 2111 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | lithium-allocator.h | 441 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 2264 SplitRangeAt(range, split_pos); in SplitAndSpillRangesDefinedByMemoryOperand() 2271 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator 2300 return SplitRangeAt(range, split_pos); in SplitBetween() 2672 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 2908 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 2924 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | register-allocator.h | 976 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|