Searched refs:FirstIntersection (Results 1 – 2 of 2) sorted by relevance
752 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange3179 auto next_intersection = cur_inactive->FirstIntersection(range); in AssignRegisterOnReload()3469 LifetimePosition next_start = range->FirstIntersection(other); in UpdateDeferredFixedRanges()4075 cur_inactive->FirstIntersection(range); in FindFreeRegistersForRange()4306 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()4465 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
660 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()