Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc752 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
3179 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()
Dregister-allocator.h660 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()