Searched refs:CopyFixedArray (Results 1 – 8 of 8) sorted by relevance
484 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteral()
231 isolate->factory()->CopyFixedArray( in GetInternalProperties()
497 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
1506 supertypes = CopyFixedArray(parent_supertypes); in NewWasmTypeInfo()1974 elem = *CopyFixedArray(handle(FixedArray::cast(elements), isolate())); in CopyJSObjectWithAllocationSite()1995 CopyFixedArray(handle(source->property_dictionary(), isolate())); in CopyJSObjectWithAllocationSite()2160 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory
556 return isolate_->factory()->CopyFixedArray(keys); in GetOwnKeysWithUninitializedEnumCache()
1727 set_storage(isolate()->factory()->CopyFixedArray( in ReplaceElementsArrayWithCopy()
2678 Handle<RegExpMatchInfo>::cast(isolate_->factory()->CopyFixedArray(array)); in StartSideEffectCheckMode()
6227 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()