Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h479 bool IsBlockBoundary(LifetimePosition pos);
Dlithium-allocator.cc1211 if (IsBlockBoundary(pos)) { in ConnectRanges()
2015 bool LAllocator::IsBlockBoundary(LifetimePosition pos) { in IsBlockBoundary() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h466 bool IsBlockBoundary(LifetimePosition pos);
Dregister-allocator.cc1232 if (IsBlockBoundary(pos)) { in ConnectRanges()
2039 bool RegisterAllocator::IsBlockBoundary(LifetimePosition pos) { in IsBlockBoundary() function in v8::internal::compiler::RegisterAllocator