Searched refs:SpillBetween (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.h | 460 void SpillBetween(LiveRange* range,
|
D | lithium-allocator.cc | 1543 SpillBetween(current, current->Start(), pos->pos()); in AllocateRegisters() 1900 SpillBetween(current, current->Start(), register_use->pos()); in AllocateBlockedReg() 2000 SpillBetween(range, split_pos, next_intersection); in SplitAndSpillIntersecting() 2092 void LAllocator::SpillBetween(LiveRange* range, in SpillBetween() function in v8::internal::LAllocator
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 3250 SpillBetween(current, current->Start(), register_use->pos()); in AllocateBlockedReg() 3336 SpillBetween(range, split_pos, next_intersection); in SplitAndSpillIntersecting() 3425 SpillBetween(range, range->Start(), pos->pos()); in TryReuseSpillForPhi() 3439 void LinearScanAllocator::SpillBetween(LiveRange* range, LifetimePosition start, in SpillBetween() function in v8::internal::compiler::LinearScanAllocator
|
D | register-allocator.h | 1095 void SpillBetween(LiveRange* range, LifetimePosition start,
|