Searched refs:NewFixedDoubleArray (Results 1 – 9 of 9) sorted by relevance
130 return NewFixedDoubleArray(150 macro NewFixedDoubleArray<Iterator: type>(
823 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()5177 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
20 isolate->factory()->NewFixedDoubleArray(kCacheSize)); in InitializeContext()
122 Handle<FixedArrayBase> NewFixedDoubleArray( in EXPORT_TEMPLATE_DECLARE()
165 Handle<FixedArrayBase> FactoryBase<Impl>::NewFixedDoubleArray( in NewFixedDoubleArray() function in v8::internal::FactoryBase
539 Handle<FixedArrayBase> array = NewFixedDoubleArray(length); in NewFixedDoubleArrayWithHoles()2170 Handle<FixedDoubleArray>::cast(NewFixedDoubleArray(len)); in CopyFixedDoubleArray()2684 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
661 elements = isolate->factory()->NewFixedDoubleArray(constants_length, in BuildBoilerplateDescription()
1318 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()
1526 isolate()->factory()->NewFixedDoubleArray(length)); in MaterializeFixedDoubleArray()