Searched refs:CopyFixedDoubleArray (Results 1 – 6 of 6) sorted by relevance
327 Handle<FixedDoubleArray> CopyFixedDoubleArray(
998 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( in CopyFixedDoubleArray() function in v8::internal::Factory1001 isolate()->heap()->CopyFixedDoubleArray(*array), in CopyFixedDoubleArray()
379 copied_elements_values = isolate->factory()->CopyFixedDoubleArray( in CreateArrayLiteralBoilerplate()
154 AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { in CopyFixedDoubleArray() function
1743 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
3744 allocation = CopyFixedDoubleArray(FixedDoubleArray::cast(elements)); in CopyJSObject()