Searched refs:SplitRangeAt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 1854 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 2045 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator 2074 return SplitRangeAt(range, split_pos); in SplitBetween() 2115 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 2132 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | register-allocator.h | 434 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|
/external/v8/src/ |
D | lithium-allocator.cc | 1826 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg() 2021 LiveRange* LAllocator::SplitRangeAt(LiveRange* range, LifetimePosition pos) { in SplitRangeAt() function in v8::internal::LAllocator 2051 return SplitRangeAt(range, split_pos); in SplitBetween() 2090 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() 2108 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetweenUntil()
|
D | lithium-allocator.h | 443 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|