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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h277 LifetimePosition FirstIntersection(LiveRange* other);
H A Dlithium-allocator.cc493 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { function in class:v8::internal::LiveRange
1777 cur_inactive->FirstIntersection(current);
1877 LifetimePosition next_intersection = range->FirstIntersection(current);
1994 LifetimePosition next_intersection = range->FirstIntersection(current);
/external/v8/src/compiler/
H A Dregister-allocator.cc785 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
3025 LifetimePosition next_intersection = cur_inactive->FirstIntersection(range);
3241 LifetimePosition next_intersection = range->FirstIntersection(current);
3361 LifetimePosition next_intersection = range->FirstIntersection(current);
H A Dregister-allocator.h416 LifetimePosition FirstIntersection(LiveRange* other) const;

Completed in 131 milliseconds