Home | History | Annotate | Download | only in compiler

Lines Matching full:used_

36       used_(node_count, false, zone),
270 DCHECK_LT(id, used_.size());
271 return used_[id];
278 DCHECK_LT(id, used_.size());
279 used_[id] = true;