Searched refs:pending_moves_ (Results 1 – 2 of 2) sorted by relevance
128 pending_moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap()131 pending_moves_.reserve(8); in ParallelMoveResolverNoSwap()194 ArenaVector<MoveOperands*> pending_moves_; variable
526 pending_moves_.push_back(new (allocator_) MoveOperands(source, destination, type, nullptr)); in AddPendingMove()530 RemoveElement(pending_moves_, move); in DeletePendingMove()534 for (MoveOperands* move : pending_moves_) { in GetUnblockedPendingMove()545 for (MoveOperands* move : pending_moves_) { in IsBlockedByMoves()561 return pending_moves_.size(); in GetNumberOfPendingMoves()