Lines Matching refs:zone_
33 : zone_(zone),
240 : zone_(zone),
423 Node** successors = zone_->NewArray<Node*>(successor_cnt);
534 zone_->NewArray<BasicBlock*>(successor_count);
630 Zone* zone_;
646 equivalence_ = zone_->New<ControlEquivalence>(zone_, graph_);
650 control_flow_builder_ = zone_->New<CFGBuilder>(zone_, this);
678 : zone_(zone),
905 loop->AddOutgoing(zone_, succ);
998 zone_);
1012 loops_[loop_num].members = zone_->New<BitVector>(
1013 static_cast<int>(schedule_->BasicBlockCount()), zone_);
1144 Zone* zone_;
1169 special_rpo_ = zone_->New<SpecialRPONumberer>(zone_, schedule_);
1250 mapping = zone_->New<ZoneMap<int, BasicBlock*>>(zone_);
1392 PrepareUsesVisitor prepare_uses(this, graph_, zone_);
1505 ScheduleEarlyNodeVisitor schedule_early_visitor(zone_, this);
1517 : zone_(zone),
1520 marked_(scheduler->zone_),
1521 marking_queue_(scheduler->zone_) {}
1683 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_);
1826 scheduler_->scheduled_nodes_[block_id] = zone_->New<NodeVector>(zone_);
1851 Zone* zone_;
1870 ScheduleLateNodeVisitor schedule_late_visitor(zone_, this);
1940 ScheduleEarlyNodeVisitor schedule_early_visitor(zone_, this);