Home
last modified time | relevance | path

Searched refs:children_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h115 int children_count() const { return children_count_; } in children_count() function
Dheap-snapshot-generator.cc902 int index = parent_entry->children_count() + 1; in SetIndexedAutoIndexReference()
916 int index = parent_entry->children_count() + 1; in SetNamedAutoIndexReference()
2829 buffer_pos = utoa(entry->children_count(), buffer, buffer_pos); in SerializeNode()
/external/v8/src/
Ddeoptimizer.cc3596 int children_count = value.GetChildrenCount(); in Init() local
3597 if (children_count > 0) { in Init()
3599 values_to_process = children_count; in Init()