Searched refs:children_count (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | profile-generator.h | 540 int children_count, 590 int children_count, 652 int entries_count, int children_count, int retainers_count); 657 int children_count, 659 HeapEntry* AddRootEntry(int children_count); 660 HeapEntry* AddGcRootsEntry(int children_count, int retainers_count); 662 int children_count, 664 HeapEntry* AddNativesRootEntry(int children_count, int retainers_count); 798 HeapThing ptr, int children_count, int retainers_count) = 0; 827 children_count(0), in EntryInfo() [all …]
|
D | profile-generator.cc | 970 int children_count, in Init() argument 978 children_count_ = children_count; in Init() 1095 int children_count, in EntriesSize() argument 1098 + sizeof(HeapGraphEdge) * children_count // NOLINT in EntriesSize() 1161 int children_count, in AllocateEntries() argument 1165 HeapEntry::EntriesSize(entries_count, children_count, retainers_count); in AllocateEntries() 1180 HeapEntry* HeapSnapshot::AddRootEntry(int children_count) { in AddRootEntry() argument 1186 children_count, in AddRootEntry() 1191 HeapEntry* HeapSnapshot::AddGcRootsEntry(int children_count, in AddGcRootsEntry() argument 1198 children_count, in AddGcRootsEntry() [all …]
|
/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()
|