Home
last modified time | relevance | path

Searched refs:copy_out (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/numbers/
H A Dhash-seed-inl.h47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h527 inline void copy_out(int index, byte* buffer, int slice_length);
597 void copy_out(int index, T* result, int length) {
598 ByteArray::copy_out(index * sizeof(T), reinterpret_cast<byte*>(result),
621 copy_out(index, &result, 1); in get()
H A Dfixed-array-inl.h584 void ByteArray::copy_out(int index, byte* buffer, int slice_length) { in copy_out() function in v8::internal::ByteArray
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1076 source_pos_table->copy_out(0, source_pos.start(), in AddCodeForTesting()
H A Dwasm-objects.cc2161 function_data.serialized_signature().copy_out(0, types, sig_size); in GetSignature()
H A Dwasm-js.cc2214 tag->serialized_signature().copy_out(0, data.data(), n); in WebAssemblyTagType()

Completed in 18 milliseconds