Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc1827 LiveRange* tail = SplitRangeAt(current, pos); in TryAllocateFreeReg()
1983 LiveRange* LAllocator::SplitRangeAt(LiveRange* range, LifetimePosition pos) { in SplitRangeAt() function in v8::internal::LAllocator
2012 return SplitRangeAt(range, split_pos); in SplitBetween()
2051 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter()
2061 LiveRange* second_part = SplitRangeAt(range, start); in SpillBetween()
Dlithium-allocator.h542 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);