Home | History | Annotate | Download | only in src

Lines Matching refs:node_count_

166 AstProperties() : node_count_(0), feedback_slots_(0) {}
169 int node_count() { return node_count_; }
170 void add_node_count(int count) { node_count_ += count; }
179 int node_count_;