Searched refs:SpillBetween (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.h | 458 void SpillBetween(LiveRange* range,
|
D | lithium-allocator.cc | 1550 SpillBetween(current, current->Start(), pos->pos()); in AllocateRegisters() 1907 SpillBetween(current, current->Start(), register_use->pos()); in AllocateBlockedReg() 2007 SpillBetween(range, split_pos, next_intersection); in SplitAndSpillIntersecting() 2099 void LAllocator::SpillBetween(LiveRange* range, in SpillBetween() function in v8::internal::LAllocator
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 2746 SpillBetween(current, current->Start(), register_use->pos()); in AllocateBlockedReg() 2809 SpillBetween(range, split_pos, next_intersection); in SplitAndSpillIntersecting() 2899 SpillBetween(range, range->Start(), pos->pos()); in TryReuseSpillForPhi() 2913 void LinearScanAllocator::SpillBetween(LiveRange* range, LifetimePosition start, in SpillBetween() function in v8::internal::compiler::LinearScanAllocator
|
D | register-allocator.h | 1054 void SpillBetween(LiveRange* range, LifetimePosition start,
|