Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h277 LifetimePosition FirstIntersection(LiveRange* other);
Dlithium-allocator.cc492 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { in FirstIntersection() function in v8::internal::LiveRange
1776 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()
1876 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
1993 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
/external/v8/src/compiler/
Dregister-allocator.cc788 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
2857 cur_inactive->FirstIntersection(current); in TryAllocateFreeReg()
2996 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
3118 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
Dregister-allocator.h403 LifetimePosition FirstIntersection(LiveRange* other) const;