Searched refs:child_ (Results 1 – 1 of 1) sorted by relevance
3589 PostorderProcessor* child() {return child_; } in child()3613 : father_(father), child_(NULL), successor_iterator(NULL) { } in PostorderProcessor()3683 if (child_ == NULL) { in Push()3684 child_ = new(zone) PostorderProcessor(this); in Push()3686 return child_; in Push()3815 PostorderProcessor* child_; member in v8::internal::PostorderProcessor