Home
last modified time | relevance | path

Searched refs:children_count_ (Results 1 – 12 of 12) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h36 int next_index = index + children_count_; in set_children_index()
37 children_count_ = 0; in set_children_index()
46 children_count_ == 0)); in children_begin()
51 return children_begin() + children_count_; in children_end()
H A Dheap-snapshot-generator.h124 int children_count() const { return children_count_; } in children_count()
127 *(children_begin() + children_count_++) = edge; in add_child()
146 int children_count_: 28; variable
H A Dheap-snapshot-generator.cc64 children_count_(0), in HeapEntry()
78 ++children_count_; in SetNamedReference()
87 ++children_count_; in SetIndexedReference()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h28 int next_index = index + children_count_; in set_children_index()
H A Dheap-snapshot-generator.h142 SetIndexedReference(type, children_count_ + 1, child); in SetIndexedAutoIndexReference()
161 unsigned children_count_; member
H A Dheap-snapshot-generator.cc70 children_count_(0), in HeapEntry()
82 ++children_count_; in SetNamedReference()
89 ++children_count_; in SetIndexedReference()
97 int index = children_count_ + 1; in SetNamedAutoIndexReference()
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dheap-snapshot-generator-inl.h28 int next_index = index + children_count_; in set_children_index()
H A Dheap-snapshot-generator.h150 SetIndexedReference(type, children_count_ + 1, child); in SetIndexedAutoIndexReference()
169 unsigned children_count_; member
H A Dheap-snapshot-generator.cc72 children_count_(0), in HeapEntry()
84 ++children_count_; in SetNamedReference()
91 ++children_count_; in SetIndexedReference()
99 int index = children_count_ + 1; in SetNamedAutoIndexReference()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h28 int next_index = index + children_count_; in set_children_index()
H A Dheap-snapshot-generator.h148 SetIndexedReference(type, children_count_ + 1, child); in SetIndexedAutoIndexReference()
167 unsigned children_count_; member
H A Dheap-snapshot-generator.cc73 children_count_(0), in HeapEntry()
85 ++children_count_; in SetNamedReference()
92 ++children_count_; in SetIndexedReference()
100 int index = children_count_ + 1; in SetNamedAutoIndexReference()