Searched refs:IsIntersectingWith (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.h716 bool IsIntersectingWith(SpillRange* other) const;
H A Dregister-allocator.cc1258 bool SpillRange::IsIntersectingWith(SpillRange* other) const { function in class:v8::internal::compiler::LiveRangeBoundArray::SpillRange
1270 if (byte_width() != other->byte_width() || IsIntersectingWith(other))

Completed in 466 milliseconds