Home
last modified time | relevance | path

Searched refs:ArrayStorageAllocationMode (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h559 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS,
584 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS);
1106 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS);
Dfactory.cc2613 ArrayStorageAllocationMode mode, in NewJSArray()
2658 ArrayStorageAllocationMode mode) { in NewJSArrayStorage()
2679 ElementsKind elements_kind, int capacity, ArrayStorageAllocationMode mode) { in NewJSArrayStorage()
Dheap.h115 enum ArrayStorageAllocationMode { enum
/third_party/node/deps/v8/src/objects/
Delements.cc5321 ArrayStorageAllocationMode mode = requires_double_boxing in Concat()