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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h479 bool IsBlockBoundary(LifetimePosition pos);
H A Dlithium-allocator.cc1213 if (IsBlockBoundary(pos)) {
2012 bool LAllocator::IsBlockBoundary(LifetimePosition pos) { function in class:LAllocator
/external/v8/src/compiler/
H A Dregister-allocator.h841 bool IsBlockBoundary(LifetimePosition pos) const;
H A Dregister-allocator.cc1584 bool RegisterAllocationData::IsBlockBoundary(LifetimePosition pos) const { function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData
3489 if (data()->IsBlockBoundary(end.Start())) {
3863 if (data()->IsBlockBoundary(pos) &&

Completed in 154 milliseconds