Searched refs:CopyFixedArray (Results 1 – 9 of 9) sorted by relevance
18 isolate->factory()->CopyFixedArray(Handle<FixedArray>::cast(vector))); in Copy()
321 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
982 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory984 isolate()->heap()->CopyFixedArray(*array), in CopyFixedArray()
2553 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
3333 i::Handle<i::FixedArray> elms = isolate->factory()->CopyFixedArray(value); in GetPropertyNames()3355 i::Handle<i::FixedArray> elms = isolate->factory()->CopyFixedArray(value); in GetOwnPropertyNames()
399 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteralBoilerplate()
148 AllocationResult Heap::CopyFixedArray(FixedArray* src) { in CopyFixedArray() function
1734 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
3746 allocation = CopyFixedArray(FixedArray::cast(elements)); in CopyJSObject()3756 AllocationResult allocation = CopyFixedArray(properties); in CopyJSObject()