Searched refs:SpillBetween (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 4349 SpillBetween(current, current->Start(), register_use->pos(), spill_mode); in AllocateBlockedReg() 4378 SpillBetween(current, new_end, register_use->pos(), spill_mode); in AllocateBlockedReg() 4472 SpillBetween(range, split_pos, next_intersection, spill_mode); in SplitAndSpillIntersecting() 4527 SpillBetween(range, range->Start(), pos->pos(), in TryReuseSpillForPhi() 4540 void LinearScanAllocator::SpillBetween(LiveRange* range, LifetimePosition start, in SpillBetween() function in v8::internal::compiler::LinearScanAllocator
|
D | register-allocator.h | 1501 void SpillBetween(LiveRange* range, LifetimePosition start,
|