Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h488 LParallelMove* GetConnectingParallelMove(LifetimePosition pos);
Dlithium-allocator.cc1177 LParallelMove* LAllocator::GetConnectingParallelMove(LifetimePosition pos) { in GetConnectingParallelMove() function in v8::internal::LAllocator
1215 LParallelMove* move = GetConnectingParallelMove(pos); in ConnectRanges()