Home
last modified time | relevance | path

Searched defs:children_length (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparse-data-impl.h208 int children_length() const { return static_cast<int>(children_.size()); } in children_length() function
225 Zone* zone, int children_length) { in CopyToZone()
Dpreparse-data.cc432 Isolate* isolate, int children_length) { in CopyToHeap()
442 LocalIsolate* isolate, int children_length) { in CopyToLocalHeap()
783 int children_length) in ZonePreparseData()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h104 static int SizeFor(int data_length, int children_length) { in SizeFor()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc354 int children_length) { in NewPreparseData()