Searched refs:CopyFixedArray (Results 1 – 11 of 11) sorted by relevance
195 isolate->factory()->CopyFixedArray(it.CurrentContext())); in ContextBuilder()209 isolate->factory()->CopyFixedArray(it.CurrentContext())); in ContextBuilder()
189 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteralBoilerplate()
173 factory->CopyFixedArray(handle(function->bound_arguments(), isolate)); in GetInternalProperties()
182 AllocationResult Heap::CopyFixedArray(FixedArray* src) { in CopyFixedArray() function
2081 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
3583 allocation = CopyFixedArray(FixedArray::cast(elements)); in CopyJSObject()3593 AllocationResult allocation = CopyFixedArray(properties); in CopyJSObject()
326 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
167 isolate->factory()->CopyFixedArray(Handle<FixedArray>::cast(vector))); in Copy()
1046 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory1048 isolate()->heap()->CopyFixedArray(*array), in CopyFixedArray()
3316 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
3762 auto elms = isolate->factory()->CopyFixedArray(value); in GetPropertyNames()3785 auto elms = isolate->factory()->CopyFixedArray(value); in GetOwnPropertyNames()