Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h82 LiveRange* Dup(ArenaAllocator* allocator) const { in Dup() function
84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator)); in Dup()
143 UsePosition* Dup(ArenaAllocator* allocator) const { in Dup() function
146 next_ == nullptr ? nullptr : next_->Dup(allocator)); in Dup()
782 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
787 high_or_low_interval_->first_use_ = first_use_->Dup(allocator_);
791 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);
Dgvn.cc192 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]); in PopulateFromInternal()
211 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) { in Dup() function in art::ValueSet::Node
233 clone_current = node->Dup(allocator_, nullptr); in CloneBucket()