Home
last modified time | relevance | path

Searched refs:DONT_INITIALIZE_ARRAY_ELEMENTS (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dfactory.h396 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS,
429 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS);
Dfactory.cc1664 if (mode == DONT_INITIALIZE_ARRAY_ELEMENTS) { in NewJSArrayStorage()
1672 if (mode == DONT_INITIALIZE_ARRAY_ELEMENTS) { in NewJSArrayStorage()
Dbuiltins.cc978 ? INITIALIZE_ARRAY_ELEMENTS_WITH_HOLE : DONT_INITIALIZE_ARRAY_ELEMENTS; in BUILTIN()
Druntime.cc15181 factory->NewJSArrayStorage(array, 0, 0, DONT_INITIALIZE_ARRAY_ELEMENTS); in ArrayConstructorCommon()
/external/chromium_org/v8/src/heap/
Dheap.h512 DONT_INITIALIZE_ARRAY_ELEMENTS, enumerator