Home
last modified time | relevance | path

Searched refs:DONT_INITIALIZE_ARRAY_ELEMENTS (Results 1 – 6 of 6) 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);
Dheap.h116 DONT_INITIALIZE_ARRAY_ELEMENTS, enumerator
Dfactory.cc2683 if (mode == DONT_INITIALIZE_ARRAY_ELEMENTS) { in NewJSArrayStorage()
2691 if (mode == DONT_INITIALIZE_ARRAY_ELEMENTS) { in NewJSArrayStorage()
/third_party/node/deps/v8/src/runtime/
Druntime-array.cc127 factory->NewJSArrayStorage(array, 0, 0, DONT_INITIALIZE_ARRAY_ELEMENTS); in RUNTIME_FUNCTION()
Druntime-scopes.cc545 DONT_INITIALIZE_ARRAY_ELEMENTS); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Delements.cc5323 : DONT_INITIALIZE_ARRAY_ELEMENTS; in Concat()