Searched refs:CopyBytes (Results 1 - 25 of 40) sorted by relevance

12

/external/v8/src/
H A Dcodegen.h153 CopyBytes(new_buffer, young_sequence_.start(), young_sequence_.length());
H A Dutils.h1064 inline void CopyBytes(T* dst, const T* src, size_t num_bytes) {
/external/v8/src/snapshot/
H A Dcode-serializer.cc274 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
278 CopyBytes(data_ + kHeaderSize + reservation_size,
284 CopyBytes(data_ + padded_payload_offset, payload->begin(),
H A Dsnapshot-common.cc264 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
268 CopyBytes(data_ + kHeaderSize + reservation_size, payload->begin(),
/external/v8/src/runtime/
H A Druntime-typedarray.cc52 CopyBytes(target_data, source_data + start, target_length);
435 inline void CopyBytes(uint8_t* target, uint8_t* source) { function in namespace:v8::internal
485 CopyBytes<sizeof(T)>(value.bytes, source);
526 CopyBytes<sizeof(T)>(target, value.bytes);
/external/webrtc/webrtc/p2p/base/
H A Drelayserver_unittest.cc151 attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE, sizeof(TURN_MAGIC_COOKIE_VALUE));
157 attr->CopyBytes(val.c_str(), val.size());
468 send_data->CopyBytes(msg1);
511 data_attr->CopyBytes(msg1);
H A Drelayserver.cc65 magic_cookie_attr->CopyBytes(cricket::TURN_MAGIC_COOKIE_VALUE,
68 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
423 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
496 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
606 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
619 data_attr->CopyBytes(data, uint16_t(size));
H A Dstun.cc241 msg_integrity_attr->CopyBytes(hmac, sizeof(hmac));
700 CopyBytes(str.c_str(), str.size());
707 CopyBytes(bytes, length);
718 void StunByteStringAttribute::CopyBytes(const char* bytes) {
719 CopyBytes(bytes, strlen(bytes));
722 void StunByteStringAttribute::CopyBytes(const void* bytes, size_t length) {
H A Drelayport.cc579 magic_cookie_attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE,
585 username_attr->CopyBytes(port_->username_fragment().c_str(),
605 data_attr->CopyBytes(data, size);
790 username_attr->CopyBytes(
H A Dstun.h398 void CopyBytes(const char* bytes); // uses strlen
399 void CopyBytes(const void* bytes, size_t length);
H A Dstun_unittest.cc1367 bytes2->CopyBytes("abcdefghijkl");
1387 bytes2->CopyBytes(reinterpret_cast<const char*>(TURN_MAGIC_COOKIE_VALUE),
1427 bytes2->CopyBytes("abcdefg");
/external/v8/test/cctest/
H A Dtest-macro-assembler-arm.cc62 TEST(CopyBytes) {
88 // Code to be generated: The stuff in CopyBytes followed by a store of R0 and
90 __ CopyBytes(r0, r1, r2, r3);
H A Dtest-macro-assembler-mips.cc129 TEST(CopyBytes) {
155 // Code to be generated: The stuff in CopyBytes followed by a store of a0 and
157 __ CopyBytes(a0, a1, a2, a3);
H A Dtest-macro-assembler-mips64.cc148 TEST(CopyBytes) {
174 // Code to be generated: The stuff in CopyBytes followed by a store of a0 and
176 __ CopyBytes(a0, a1, a2, a3);
/external/v8/src/parsing/
H A Dscanner-character-streams.cc439 CopyBytes(bookmark_data_.start(), current_data_ + current_data_offset_,
/external/dng_sdk/source/
H A Ddng_bottlenecks.h572 CopyBytesProc *CopyBytes; member in struct:dng_suite
639 (gDNGSuite.CopyBytes) (sPtr,
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h691 void CopyBytes(Register source, Register destination, Register length,
/external/v8/src/x87/
H A Dmacro-assembler-x87.h680 void CopyBytes(Register source, Register destination, Register length,
/external/v8/src/arm/
H A Dmacro-assembler-arm.h843 void CopyBytes(Register src,
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h762 void CopyBytes(Register src, Register dst, Register length, Register scratch);
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1515 void CopyBytes(Register destination,
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1094 void CopyBytes(Register dst,
/external/v8/src/debug/
H A Dliveedit.cc1234 CopyBytes(code->relocation_start(), buffer.start(), buffer.length());
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1135 void CopyBytes(Register src,
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1187 void CopyBytes(Register src,

Completed in 472 milliseconds

12