Home
last modified time | relevance | path

Searched refs:NewFixedDoubleArray (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array.tq130 return NewFixedDoubleArray(
150 macro NewFixedDoubleArray<Iterator: type>(
Delements.cc823 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()
5177 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
/third_party/node/deps/v8/src/numbers/
Dmath-random.cc20 isolate->factory()->NewFixedDoubleArray(kCacheSize)); in InitializeContext()
/third_party/node/deps/v8/src/heap/
Dfactory-base.h122 Handle<FixedArrayBase> NewFixedDoubleArray( in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc165 Handle<FixedArrayBase> FactoryBase<Impl>::NewFixedDoubleArray( in NewFixedDoubleArray() function in v8::internal::FactoryBase
Dfactory.cc539 Handle<FixedArrayBase> array = NewFixedDoubleArray(length); in NewFixedDoubleArrayWithHoles()
2170 Handle<FixedDoubleArray>::cast(NewFixedDoubleArray(len)); in CopyFixedDoubleArray()
2684 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
/third_party/node/deps/v8/src/ast/
Dast.cc661 elements = isolate->factory()->NewFixedDoubleArray(constants_length, in BuildBoilerplateDescription()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1318 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1526 isolate()->factory()->NewFixedDoubleArray(length)); in MaterializeFixedDoubleArray()