HomeSort by relevance Sort by last modified time
    Searched refs:children_count_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
heap-profiler.cc 871 : entities_count_(0), children_count_(0) {
877 children_count_ += number_and_size.number();
881 int children_count() { return children_count_; }
885 int children_count_; member in class:v8::internal::CountingConstructorHeapProfileIterator
    [all...]
profile-generator.h 549 return Vector<HeapGraphEdge>(children_arr(), children_count_); }
583 int EntrySize() { return EntriesSize(1, children_count_, retainers_count_); }
597 return reinterpret_cast<HeapGraphEdge**>(children_arr() + children_count_);
604 int children_count_: 26;
    [all...]
profile-generator.cc 941 children_count_ = children_count;
    [all...]

Completed in 79 milliseconds