Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h38 Handle<FixedArrayBase> NewFixedDoubleArray(
Dfactory.cc154 Handle<FixedArrayBase> Factory::NewFixedDoubleArray(int size, in NewFixedDoubleArray() function in v8::internal::Factory
168 Handle<FixedArrayBase> array = NewFixedDoubleArray(size, pretenure); in NewFixedDoubleArrayWithHoles()
1654 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
Delements.cc751 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()
2292 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
Ddeoptimizer.cc3516 isolate_->factory()->NewFixedDoubleArray(length); in MaterializeAt()
Dbuiltins.cc1270 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()