HomeSort by relevance Sort by last modified time
    Searched refs:DONT_INITIALIZE_ARRAY_ELEMENTS (Results 1 - 6 of 6) sorted by null

  /external/v8/src/heap/
factory.h 600 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS,
625 ArrayStorageAllocationMode mode = DONT_INITIALIZE_ARRAY_ELEMENTS);
    [all...]
heap.h 201 DONT_INITIALIZE_ARRAY_ELEMENTS,
    [all...]
factory.cc     [all...]
  /external/v8/src/runtime/
runtime-array.cc 624 factory->NewJSArrayStorage(array, 0, 0, DONT_INITIALIZE_ARRAY_ELEMENTS);
    [all...]
runtime-scopes.cc 539 DONT_INITIALIZE_ARRAY_ELEMENTS);
    [all...]
  /external/v8/src/
elements.cc     [all...]

Completed in 234 milliseconds