Home | History | Annotate | Download | only in optimizing

Lines Matching refs:allocator_

40       : allocator_(allocator),
53 : allocator_(allocator),
93 buckets_[index] = new (allocator_) Node(instruction, hash_code, buckets_[index]);
192 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
233 clone_current = node->Dup(allocator_, nullptr);
329 ArenaAllocator* const allocator_;
357 allocator_(allocator),
371 ArenaAllocator* const allocator_;
410 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (allocator_) ValueSet(allocator_);
427 set = new (allocator_) ValueSet(allocator_);
446 set = new (allocator_) ValueSet(allocator_, *dominator_set);