Home | History | Annotate | Download | only in compiler

Lines Matching refs:Zone

11 #include "src/zone-containers.h"
44 static Node* New(Zone* zone, NodeId id, const Operator* op, int input_count,
46 static Node* Clone(Zone* zone, NodeId id, const Node* node);
101 void AppendInput(Zone* zone, Node* new_to);
102 void InsertInput(Zone* zone, int index, Node* new_to);
201 static OutOfLineInputs* New(Zone* zone, int capacity);