Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc70 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]); in ValueSet()
156 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) { in Dup() function in art::ValueSet::Node
178 clone_current = node->Dup(allocator_, nullptr); in CloneBucket()
Dssa_liveness_analysis.h82 LiveRange* Dup(ArenaAllocator* allocator) const { in Dup() function
84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator)); in Dup()
145 UsePosition* Dup(ArenaAllocator* allocator) const { in Dup() function
148 next_ == nullptr ? nullptr : next_->Dup(allocator)); in Dup()
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_);