Home
last modified time | relevance | path

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

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