Searched refs:NewFixedDoubleArray (Results 1 – 8 of 8) sorted by relevance
40 isolate->factory()->NewFixedDoubleArray(kCacheSize, TENURED)); in RUNTIME_FUNCTION()
640 elements = isolate->factory()->NewFixedDoubleArray(constants_length); in BuildBoilerplateDescription()
613 factory()->NewFixedDoubleArray(elements_size, pretenure_)); in ParseJsonArray()
860 new_elements = isolate->factory()->NewFixedDoubleArray(capacity); in ConvertElementsWithCapacity()4522 factory->NewFixedDoubleArray(number_of_elements)); in ArrayConstructInitializeElements()
3447 isolate()->factory()->NewFixedDoubleArray(length)); in MaterializeFixedDoubleArray()
162 Handle<FixedArrayBase> NewFixedDoubleArray(
468 Handle<FixedArrayBase> Factory::NewFixedDoubleArray(int length, in NewFixedDoubleArray() function in v8::internal::Factory487 Handle<FixedArrayBase> array = NewFixedDoubleArray(length, pretenure); in NewFixedDoubleArrayWithHoles()2107 Handle<FixedDoubleArray>::cast(NewFixedDoubleArray(len, NOT_TENURED)); in CopyFixedDoubleArray()2963 elms = NewFixedDoubleArray(capacity); in NewJSArrayStorage()
1216 isolate->factory()->NewFixedDoubleArray(estimate_result_length); in Slow_ArrayConcat()