Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-maths.cc40 isolate->factory()->NewFixedDoubleArray(kCacheSize, TENURED)); in RUNTIME_FUNCTION()
/external/v8/src/ast/
Dast.cc640 elements = isolate->factory()->NewFixedDoubleArray(constants_length); in BuildBoilerplateDescription()
/external/v8/src/
Djson-parser.cc613 factory()->NewFixedDoubleArray(elements_size, pretenure_)); in ParseJsonArray()
Delements.cc860 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()
4522 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
Ddeoptimizer.cc3447 isolate()->factory()->NewFixedDoubleArray(length)); in MaterializeFixedDoubleArray()
/external/v8/src/heap/
Dfactory.h162 Handle<FixedArrayBase> NewFixedDoubleArray(
Dfactory.cc468 Handle<FixedArrayBase> Factory::NewFixedDoubleArray(int length, in NewFixedDoubleArray() function in v8::internal::Factory
487 Handle<FixedArrayBase> array = NewFixedDoubleArray(length, pretenure); in NewFixedDoubleArrayWithHoles()
2107 Handle<FixedDoubleArray>::cast(NewFixedDoubleArray(len, NOT_TENURED)); in CopyFixedDoubleArray()
2963 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
/external/v8/src/builtins/
Dbuiltins-array.cc1216 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()