Searched refs:copy_in (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array.h | 528 inline void copy_in(int index, const byte* buffer, int slice_length); 602 void copy_in(int index, const T* buffer, int length) { 603 ByteArray::copy_in(index * sizeof(T), reinterpret_cast<const byte*>(buffer), 625 void set(int index, const T& value) { copy_in(index, &value, 1); } in set()
|
H A D | swiss-name-dictionary.cc | 173 new_table->meta_table().copy_in(0, table->meta_table().GetDataStartAddress(), in ShallowCopy()
|
H A D | shared-function-info.h | 84 inline void copy_in(int index, const byte* buffer, int length);
|
H A D | fixed-array-inl.h | 575 void ByteArray::copy_in(int index, const byte* buffer, int slice_length) { in copy_in() function in v8::internal::ByteArray
|
H A D | shared-function-info-inl.h | 66 void PreparseData::copy_in(int index, const byte* buffer, int length) { in copy_in() function in v8::internal::PreparseData
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.cc | 437 data->copy_in(0, zone_byte_data_.begin(), data_length); in CopyToHeap() 447 data->copy_in(0, zone_byte_data_.begin(), data_length); in CopyToLocalHeap() 792 result->copy_in(0, byte_data()->data(), data_size); in Serialize() 808 result->copy_in(0, byte_data()->data(), data_size); in Serialize()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 2077 serialized_sig->copy_in(0, sig->all().begin(), sig_size); in New()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 5915 ReadOnlyRoots(this).hash_seed().copy_in( in InitializeHashSeed()
|
Completed in 23 milliseconds