Home
last modified time | relevance | path

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

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