Searched refs:spill_pos (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1970 LifetimePosition spill_pos = FindOptimalSpillingPos(range, split_pos); local
1972 SpillAfter(range, spill_pos);
1974 // When spilling between spill_pos and next_pos ensure that the range
1982 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos());
/external/v8/src/compiler/
H A Dregister-allocator.cc3328 LifetimePosition spill_pos = FindOptimalSpillingPos(range, split_pos); local
3330 SpillAfter(range, spill_pos);
3332 // When spilling between spill_pos and next_pos ensure that the range
3342 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos());

Completed in 83 milliseconds