Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc196 Node* Dup(ScopedArenaAllocator* allocator, Node* new_next = nullptr) { in Dup() argument
197 return new (allocator) Node(instruction_, hash_code_, new_next); in Dup()