Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h277 LifetimePosition FirstIntersection(LiveRange* other);
Dlithium-allocator.cc489 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { in FirstIntersection() function in v8::internal::LiveRange
1782 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()
1881 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
1997 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
/external/v8/src/compiler/
Dregister-allocator.h274 LifetimePosition FirstIntersection(LiveRange* other);
Dregister-allocator.cc478 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { in FirstIntersection() function in v8::internal::compiler::LiveRange
1813 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()
1908 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
2021 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()