Home | History | Annotate | Download | only in src

Lines Matching full:children

5190                                Persistent<Value>* children,
5197 reinterpret_cast<i::Object***>(children), length);
5843 return reinterpret_cast<const i::ProfileNode*>(this)->children()->length();
5851 reinterpret_cast<const i::ProfileNode*>(this)->children()->at(index);
6049 return ToInternal(this)->children().length();
6057 &ToInternal(this)->children()[index]);