Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-allocator.cc1796 LifetimePosition next_intersection = in TryAllocateFreeReg() local
1798 if (!next_intersection.IsValid()) continue; in TryAllocateFreeReg()
1800 free_until_pos[cur_reg] = Min(free_until_pos[cur_reg], next_intersection); in TryAllocateFreeReg()
1896 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg() local
1897 if (!next_intersection.IsValid()) continue; in AllocateBlockedReg()
1900 block_pos[cur_reg] = Min(block_pos[cur_reg], next_intersection); in AllocateBlockedReg()
1903 use_pos[cur_reg] = Min(use_pos[cur_reg], next_intersection); in AllocateBlockedReg()
2012 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting() local
2013 if (next_intersection.IsValid()) { in SplitAndSpillIntersecting()
2018 next_intersection = Min(next_intersection, next_pos->pos()); in SplitAndSpillIntersecting()
[all …]