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

  /external/v8/src/
string-builder.h 120 : array_(isolate->factory()->NewFixedArrayWithHoles(initial_capacity)),
150 array_->GetIsolate()->factory()->NewFixedArrayWithHoles(new_length);
factory.h 28 Handle<FixedArray> NewFixedArrayWithHoles(
factory.cc 135 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
    [all...]
isolate.cc 347 isolate->factory()->NewFixedArrayWithHoles(new_capacity);
372 factory()->NewFixedArrayWithHoles(initial_size * 4 + 1);
    [all...]
elements.cc     [all...]
builtins.cc     [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 881 result_elements = isolate->factory()->NewFixedArrayWithHoles(16);
    [all...]

Completed in 137 milliseconds