Home | History | Annotate | Download | only in cctest

Lines Matching full:children

34       i::Vector<i::HeapGraphEdge> children = entry->children();
35 for (int i = 0; i < children.length(); ++i) {
36 if (children[i].type() == i::HeapGraphEdge::kShortcut) continue;
37 i::HeapEntry* child = children[i].to();
206 v8::HeapProfiler::TakeSnapshot(v8_str("children"));
618 " parsed_meta.fields.indexOf('children');\n"