Searched refs:SpillBetween (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 3257 SpillBetween(current, current->Start(), register_use->pos()); in AllocateBlockedReg() 3342 SpillBetween(range, split_pos, next_intersection); in SplitAndSpillIntersecting() 3431 SpillBetween(range, range->Start(), pos->pos()); in TryReuseSpillForPhi() 3444 void LinearScanAllocator::SpillBetween(LiveRange* range, LifetimePosition start, in SpillBetween() function in v8::internal::compiler::LinearScanAllocator
|
D | register-allocator.h | 1084 void SpillBetween(LiveRange* range, LifetimePosition start,
|