Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h829 bool IsBlockBoundary(LifetimePosition pos) const;
Dregister-allocator.cc1582 bool RegisterAllocationData::IsBlockBoundary(LifetimePosition pos) const { in IsBlockBoundary() function in v8::internal::compiler::RegisterAllocationData
3462 if (data()->IsBlockBoundary(end.Start())) { in SpillBetweenUntil()
3852 if (data()->IsBlockBoundary(pos) && in ConnectRanges()