Searched refs:CopyFixedArray (Results 1 – 7 of 7) sorted by relevance
429 isolate->factory()->CopyFixedArray(fixed_array_values); in Create()
197 factory->CopyFixedArray(handle(function->bound_arguments(), isolate)); in GetInternalProperties()
460 return isolate_->factory()->CopyFixedArray(keys); in GetOwnKeysWithUninitializedEnumCache()
5618 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
522 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
1922 elem = *CopyFixedArray(handle(FixedArray::cast(elements), isolate())); in CopyJSObjectWithAllocationSite()1939 Handle<FixedArray> prop = CopyFixedArray(properties); in CopyJSObjectWithAllocationSite()2084 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory
2081 Handle<RegExpMatchInfo>::cast(isolate_->factory()->CopyFixedArray(array)); in StartSideEffectCheckMode()