Searched refs:children_count (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | profile-generator.h | 534 int children_count, 589 int children_count, 661 int entries_count, int children_count, int retainers_count); 666 int children_count, 668 HeapEntry* AddRootEntry(int children_count); 669 HeapEntry* AddGcRootsEntry(int children_count, int retainers_count); 670 HeapEntry* AddNativesRootEntry(int children_count, int retainers_count); 798 HeapThing ptr, int children_count, int retainers_count) = 0; 827 children_count(0), in EntryInfo() 832 int children_count; member [all …]
|
D | profile-generator.cc | 933 int children_count, in Init() argument 941 children_count_ = children_count; in Init() 1084 int children_count, in EntriesSize() argument 1087 + sizeof(HeapGraphEdge) * children_count // NOLINT in EntriesSize() 1196 int children_count, in AllocateEntries() argument 1200 HeapEntry::EntriesSize(entries_count, children_count, retainers_count)); in AllocateEntries() 1203 HeapEntry::EntriesSize(entries_count, children_count, retainers_count); in AllocateEntries() 1217 HeapEntry* HeapSnapshot::AddRootEntry(int children_count) { in AddRootEntry() argument 1223 children_count, in AddRootEntry() 1228 HeapEntry* HeapSnapshot::AddGcRootsEntry(int children_count, in AddGcRootsEntry() argument [all …]
|
D | heap-profiler.cc | 881 int children_count() { return children_count_; } in children_count() function in v8::internal::CountingConstructorHeapProfileIterator 895 int children_count, in AddEntryFromAggregatedSnapshot() argument 898 type, name, count, size, children_count, retainers_count); in AddEntryFromAggregatedSnapshot() 1057 HeapThing ptr, int children_count, int retainers_count) { in AllocateEntry() argument 1067 0, 0, children_count, retainers_count); in AllocateEntry()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_shrinkable_hbox_unittest.cc | 67 size_t children_count = children_data.size(); in Validate() local 69 for (size_t i = 0; i < children_count; ++i) { in Validate() 90 for (size_t i = 0; i < children_count; ++i) { in Validate() 107 for (size_t i = 0; i < children_count; ++i) { in Validate()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_node_data.cc | 69 size_t children_count; in ReadFromPickle() local 70 if (!pickle->ReadSize(iterator, &children_count)) in ReadFromPickle() 72 children.resize(children_count); in ReadFromPickle()
|