Searched refs:NewFixedDoubleArray (Results 1 – 5 of 5) sorted by relevance
38 Handle<FixedArrayBase> NewFixedDoubleArray(
154 Handle<FixedArrayBase> Factory::NewFixedDoubleArray(int size, in NewFixedDoubleArray() function in v8::internal::Factory168 Handle<FixedArrayBase> array = NewFixedDoubleArray(size, pretenure); in NewFixedDoubleArrayWithHoles()1654 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
751 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()2292 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
3516 isolate_->factory()->NewFixedDoubleArray(length); in MaterializeAt()
1270 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()