Lines Matching defs:zone
18 Zone* zone,
23 node_conditions_(js_graph->graph()->NodeCount(), zone),
24 reduced_(js_graph->graph()->NodeCount(), zone),
25 zone_(zone),
445 Zone* zone, Node* condition, Node* branch, bool is_true,
451 prev_front.PushFront(branch_condition, zone, hint.blocks_.Front());
453 prev_front.PushFront(branch_condition, zone);
456 blocks_.PushFront(prev_front, zone);
463 Zone* zone, Node* condition, Node* branch, bool is_true) {
467 new_block.PushFront(branch_condition, zone);
470 blocks_.PushFront(new_block, zone);