Searched refs:SplitRangeAt (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h443 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
H A Dlithium-allocator.cc1822 LiveRange* tail = SplitRangeAt(current, pos);
2018 LiveRange* LAllocator::SplitRangeAt(LiveRange* range, LifetimePosition pos) { function in class:LAllocator
2048 return SplitRangeAt(range, split_pos);
2087 LiveRange* second_part = SplitRangeAt(range, pos);
2105 LiveRange* second_part = SplitRangeAt(range, start);
/external/v8/src/compiler/
H A Dregister-allocator.cc2600 SplitRangeAt(range, split_pos);
2607 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocator
2636 return SplitRangeAt(range, split_pos);
2842 LiveRange* tail = SplitRangeAt(range, next_reg->pos().PrevStart());
3151 LiveRange* tail = SplitRangeAt(current, pos);
3466 LiveRange* second_part = SplitRangeAt(range, pos);
3482 LiveRange* second_part = SplitRangeAt(range, start);
H A Dregister-allocator.h1004 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);

Completed in 236 milliseconds