Home
last modified time | relevance | path

Searched refs:CopyElements (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
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,
Dproperty-array.h48 inline void CopyElements(Isolate* isolate, int dst_index, PropertyArray src,
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,
Djs-array.tq165 extern macro CopyElements(
171 CopyElements(
178 CopyElements(
Dproperty-array-inl.h126 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function
Dfixed-array-inl.h228 void FixedArray::CopyElements(Isolate* isolate, int dst_index, FixedArray src, in CopyElements() function
466 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function
501 void WeakArrayList::CopyElements(Isolate* isolate, int dst_index, in CopyElements() function
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()
Dscope-info.h337 void CopyElements(Isolate* isolate, int dst_index, ScopeInfo src,
Dosr-optimized-code-cache.cc100 new_osr_cache->CopyElements(isolate, 0, *osr_cache, 0, in Compact()
Delements.cc226 to.CopyElements(isolate, to_start, from, from_start, copy_size, in CopyObjectToObjectElements()
982 void CopyElements(JSObject from_holder, uint32_t from_start, in CopyElements() function in v8::internal::__anon03ee373d0111::ElementsAccessorBase
1008 void CopyElements(Isolate* isolate, Handle<FixedArrayBase> source, in CopyElements() function in v8::internal::__anon03ee373d0111::ElementsAccessorBase
1027 Object CopyElements(Handle<Object> source, Handle<JSObject> destination, in CopyElements() function in v8::internal::__anon03ee373d0111::ElementsAccessorBase
5339 accessor->CopyElements(array, 0, from_kind, storage, insertion_index, len); in Concat()
Dobjects.cc5132 new_infos->CopyElements(isolate, 0, *old_infos, 0, old_length, in FindWebSnapshotSharedFunctionInfo()
/third_party/node/deps/v8/src/runtime/
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/builtins/
Darray-slice.tq24 CopyElements(
79 CopyElements(
/third_party/node/deps/v8/src/heap/
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/third_party/v8/builtins/
Darray-sort.tq467 // by CopyElements/MoveElements for perfomance.
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4443 CopyElements(to_kind, to_elements, IntPtrConstant(0), source, in ExtractToFixedArray()
4622 CopyElements(kind, to_elements, IntPtrConstant(0), source, in ExtractFixedArray()
4912 void CodeStubAssembler::CopyElements(ElementsKind kind, in CopyElements() function in v8::internal::CodeStubAssembler
Dcode-stub-assembler.h2193 void CopyElements(ElementsKind kind, TNode<FixedArrayBase> dst_elements,