Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.h549 return Vector<HeapGraphEdge>(children_arr(), children_count_); } in children()
583 int EntrySize() { return EntriesSize(1, children_count_, retainers_count_); } in EntrySize()
597 return reinterpret_cast<HeapGraphEdge**>(children_arr() + children_count_); in retainers_arr()
604 int children_count_: 26; variable
Dheap-profiler.cc871 : entities_count_(0), children_count_(0) { in CountingConstructorHeapProfileIterator()
877 children_count_ += number_and_size.number(); in Call()
881 int children_count() { return children_count_; } in children_count()
885 int children_count_; member in v8::internal::CountingConstructorHeapProfileIterator
Dprofile-generator.cc941 children_count_ = children_count; in Init()