Home
last modified time | relevance | path

Searched refs:copy_in (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h528 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 Dswiss-name-dictionary.cc173 new_table->meta_table().copy_in(0, table->meta_table().GetDataStartAddress(), in ShallowCopy()
H A Dshared-function-info.h84 inline void copy_in(int index, const byte* buffer, int length);
H A Dfixed-array-inl.h575 void ByteArray::copy_in(int index, const byte* buffer, int slice_length) { in copy_in() function in v8::internal::ByteArray
H A Dshared-function-info-inl.h66 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 Dpreparse-data.cc437 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 Dwasm-objects.cc2077 serialized_sig->copy_in(0, sig->all().begin(), sig_size); in New()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc5915 ReadOnlyRoots(this).hash_seed().copy_in( in InitializeHashSeed()

Completed in 22 milliseconds