Searched refs:new_next (Results 1 – 1 of 1) sorted by relevance
196 Node* Dup(ScopedArenaAllocator* allocator, Node* new_next = nullptr) { in Dup() argument197 return new (allocator) Node(instruction_, hash_code_, new_next); in Dup()