Searched defs:SpillBetween (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc1544 SpillBetween(current, current->Start(), pos->pos());
1907 // In this case we have nothing to spill and SpillBetween will just return
1911 SpillBetween(current, current->Start(), register_use->pos());
1949 SpillBetween(range, split_pos, next_pos->pos());
1967 SpillBetween(range, split_pos, next_intersection);
2057 void LAllocator::SpillBetween(LiveRange* range, function in class:LAllocator

Completed in 504 milliseconds