Home | History | Annotate | Download | only in src

Lines Matching refs:children

4472                                Persistent<Value>* children,
4479 reinterpret_cast<i::Object***>(children), length);
5165 return reinterpret_cast<const i::ProfileNode*>(this)->children()->length();
5173 reinterpret_cast<const i::ProfileNode*>(this)->children()->at(index);
5379 return ToInternal(this)->children().length();
5387 &ToInternal(this)->children()[index]);