Searched refs:Dup (Results 1 – 2 of 2) sorted by relevance
82 LiveRange* Dup(ArenaAllocator* allocator) const { in Dup() function84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator)); in Dup()143 UsePosition* Dup(ArenaAllocator* allocator) const { in Dup() function146 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_);
192 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::Node233 clone_current = node->Dup(allocator_, nullptr); in CloneBucket()