Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:child_

3322   PostorderProcessor* child() {return child_; }
3346 : father_(father), child_(NULL), successor_iterator(NULL) { }
3416 if (child_ == NULL) {
3417 child_ = new(zone) PostorderProcessor(this);
3419 return child_;
3548 PostorderProcessor* child_;