Searched refs:FirstIntersection (Results 1 – 4 of 4) sorted by relevance
277 LifetimePosition FirstIntersection(LiveRange* other);
492 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { in FirstIntersection() function in v8::internal::LiveRange1776 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()1876 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()1993 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
788 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange2857 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()2996 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()3118 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
403 LifetimePosition FirstIntersection(LiveRange* other) const;