Home
last modified time | relevance | path

Searched refs:CopyFixedArray (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc484 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteral()
Druntime-debug.cc231 isolate->factory()->CopyFixedArray( in GetInternalProperties()
/third_party/node/deps/v8/src/heap/
Dfactory.h497 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
Dfactory.cc1506 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
/third_party/node/deps/v8/src/objects/
Dkeys.cc556 return isolate_->factory()->CopyFixedArray(keys); in GetOwnKeysWithUninitializedEnumCache()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1727 set_storage(isolate()->factory()->CopyFixedArray( in ReplaceElementsArrayWithCopy()
/third_party/node/deps/v8/src/debug/
Ddebug.cc2678 Handle<RegExpMatchInfo>::cast(isolate_->factory()->CopyFixedArray(array)); in StartSideEffectCheckMode()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6227 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()