Searched refs:Dup (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dgvn.cc70 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
156 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) { function in class:art::ValueSet::Node
178 clone_current = node->Dup(allocator_, nullptr);
H A Dssa_liveness_analysis.h82 LiveRange* Dup(ArenaAllocator* allocator) const { function in class:art::FINAL
84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator));
145 UsePosition* Dup(ArenaAllocator* allocator) const { function in class:art::UsePosition
148 next_ == nullptr ? nullptr : next_->Dup(allocator));
769 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
774 high_or_low_interval_->first_use_ = first_use_->Dup(allocator_);
778 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);

Completed in 59 milliseconds