Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:child_

3755   PostorderProcessor* child() {return child_; }
3779 : father_(father), child_(NULL), successor_iterator(NULL) { }
3849 if (child_ == NULL) {
3850 child_ = new(zone) PostorderProcessor(this);
3852 return child_;
3981 PostorderProcessor* child_;