Lines Matching refs:Zone
16 Zone* zone)
18 node_conditions_(zone, js_graph->graph()->NodeCount()),
19 zone_(zone),
185 BranchElimination::ControlPathConditions::Empty(Zone* zone) {
186 return new (zone->New(sizeof(ControlPathConditions)))
222 BranchElimination::ControlPathConditions::AddCondition(Zone* zone,
227 BranchCondition* new_head = new (zone->New(sizeof(BranchCondition)))
231 new (zone->New(sizeof(ControlPathConditions)))