Lines Matching refs:allocator_
39 : allocator_(allocator), in ValueSet()
52 : allocator_(allocator), in ValueSet()
70 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]); in ValueSet()
86 buckets_[index] = new (allocator_) Node(instruction, hash_code, buckets_[index]); in Add()
178 clone_current = node->Dup(allocator_, nullptr); in CloneBucket()
279 ArenaAllocator* const allocator_; member in art::ValueSet
307 allocator_(allocator), in GlobalValueNumberer()
319 ArenaAllocator* const allocator_; member in art::GlobalValueNumberer
332 sets_.Put(graph_->GetEntryBlock()->GetBlockId(), new (allocator_) ValueSet(allocator_)); in Run()
348 set = new (allocator_) ValueSet(allocator_); in VisitBasicBlock()
358 set = new (allocator_) ValueSet(allocator_, *dominator_set); in VisitBasicBlock()