Home
last modified time | relevance | path

Searched refs:SpillBetweenUntil (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h1089 void SpillBetweenUntil(LiveRange* range, LifetimePosition start,
Dregister-allocator.cc3316 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos()); in SplitAndSpillIntersecting()
3446 SpillBetweenUntil(range, start, start, end); in SpillBetween()
3450 void LinearScanAllocator::SpillBetweenUntil(LiveRange* range, in SpillBetweenUntil() function in v8::internal::compiler::LinearScanAllocator