Home
last modified time | relevance | path

Searched refs:CopyElements (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Delements.h165 virtual void CopyElements(Isolate* isolate, Handle<FixedArrayBase> source,
169 virtual Object CopyElements(Handle<Object> source,
209 virtual void CopyElements(JSObject source_holder, uint32_t source_start,
H A Dproperty-array.h47 // Signature must be in sync with FixedArray::CopyElements().
48 inline void CopyElements(Isolate* isolate, int dst_index, PropertyArray src,
H A Dfixed-array.h174 inline void CopyElements(Isolate* isolate, int dst_index, FixedArray src,
315 inline void CopyElements(Isolate* isolate, int dst_index, WeakFixedArray src,
396 inline void CopyElements(Isolate* isolate, int dst_index, WeakArrayList src,
H A Dproperty-array-inl.h126 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function in v8::internal::PropertyArray
H A Dfixed-array-inl.h228 void FixedArray::CopyElements(Isolate* isolate, int dst_index, FixedArray src, in CopyElements() function in v8::internal::FixedArray
466 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function in v8::internal::WeakFixedArray
501 void WeakArrayList::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function in v8::internal::WeakArrayList
H A Dscope-info.cc600 void ScopeInfo::CopyElements(Isolate* isolate, int dst_index, ScopeInfo src, in CopyElements() function in v8::internal::ScopeInfo
633 scope_info->CopyElements(isolate, 0, *original, 0, kVariablePartIndex, in RecreateWithBlockList()
642 scope_info->CopyElements( in RecreateWithBlockList()
647 scope_info->CopyElements(isolate, scope_info->LocalsBlockListIndex() + 1, in RecreateWithBlockList()
H A Dscope-info.h337 void CopyElements(Isolate* isolate, int dst_index, ScopeInfo src,
H A Dosr-optimized-code-cache.cc100 new_osr_cache->CopyElements(isolate, 0, *osr_cache, 0, in Compact()
H A Delements.cc190 // CopyElements, it copies all of elements from source after source_start to
226 to.CopyElements(isolate, to_start, from, from_start, copy_size, in CopyObjectToObjectElements()
270 // See ElementsAccessorBase::CopyElements() for details.
982 void CopyElements(JSObject from_holder, uint32_t from_start,
1008 void CopyElements(Isolate* isolate, Handle<FixedArrayBase> source,
1027 Object CopyElements(Handle<Object> source, Handle<JSObject> destination,
2505 // See ElementsAccessor::CopyElements() for details.
5339 accessor->CopyElements(array, 0, from_kind, storage, insertion_index, len);
H A Dobjects.cc5132 new_infos->CopyElements(isolate, 0, *old_infos, 0, old_length, in FindWebSnapshotSharedFunctionInfo()
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc43 return accessor->CopyElements(source, target, length, 0); in RUNTIME_FUNCTION()
184 return accessor->CopyElements(source, target, length, offset); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2031 result.CopyElements(isolate(), 0, *src, 0, len, mode); in CopyArrayWithMap()
2049 result.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyArrayAndGrow()
2108 raw.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyWeakArrayListAndGrow()
2156 result.CopyElements(isolate(), 0, *array, 0, new_len, mode); in CopyFixedArrayUpTo()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc4438 // We can use CopyElements (memcpy) because we don't need to replace or
4439 // convert any values. Since {to_elements} is in new-space, CopyElements
4443 CopyElements(to_kind, to_elements, IntPtrConstant(0), source,
4622 CopyElements(kind, to_elements, IntPtrConstant(0), source,
4912 void CodeStubAssembler::CopyElements(ElementsKind kind,
H A Dcode-stub-assembler.h2193 void CopyElements(ElementsKind kind, TNode<FixedArrayBase> dst_elements,

Completed in 66 milliseconds