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

12

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-mips.cc61 TEST(CopyBytes) {
86 // Code to be generated: The stuff in CopyBytes followed by a store of a0 and
88 __ CopyBytes(a0, a1, a2, a3);
H A Dtest-macro-assembler-mips64.cc61 TEST(CopyBytes) {
86 // Code to be generated: The stuff in CopyBytes followed by a store of a0 and
88 __ CopyBytes(a0, a1, a2, a3);
H A Dtest-macro-assembler-arm.cc62 TEST(CopyBytes) {
87 // Code to be generated: The stuff in CopyBytes followed by a store of R0 and
89 __ CopyBytes(r0, r1, r2, r3);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc236 void CopyBytes(const char* data, size_t size);
1121 inline void VCDiffDeltaFileWindow::CopyBytes(const char* data, size_t size) { function in class:open_vcdiff::VCDiffDeltaFileWindow
1134 CopyBytes(data_for_add_and_run_.UnparsedData(), size);
1179 CopyBytes(&source_segment_ptr_[address], size);
1186 CopyBytes(&source_segment_ptr_[address], partial_copy_size);
1198 CopyBytes(&target_segment_ptr[address], partial_copy_size);
1203 CopyBytes(&target_segment_ptr[address], size);
/external/chromium_org/v8/src/
H A Dcodegen.h163 CopyBytes(new_buffer, young_sequence_.start(), young_sequence_.length());
H A Dserialize.cc2049 CopyBytes(data + kHeaderSize, reinterpret_cast<byte*>(stub_keys->begin()),
2053 CopyBytes(data + kHeaderSize + stub_keys_size, payload->begin(),
H A Dutils.h1161 inline void CopyBytes(T* dst, const T* src, size_t num_bytes) {
H A Dcompiler.cc40 CopyBytes(copy, data, length);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_unittest.cc164 attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE, sizeof(TURN_MAGIC_COOKIE_VALUE));
170 attr->CopyBytes(val.c_str(), val.size());
484 send_data->CopyBytes(msg1);
526 data_attr->CopyBytes(msg1);
H A Drelayserver.cc82 magic_cookie_attr->CopyBytes(cricket::TURN_MAGIC_COOKIE_VALUE,
85 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
440 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
513 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
623 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
636 data_attr->CopyBytes(data, uint16(size));
H A Dstun.cc259 msg_integrity_attr->CopyBytes(hmac, sizeof(hmac));
715 CopyBytes(str.c_str(), str.size());
722 CopyBytes(bytes, length);
733 void StunByteStringAttribute::CopyBytes(const char* bytes) {
734 CopyBytes(bytes, strlen(bytes));
737 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);
785 username_attr->CopyBytes(
H A Dstun.h413 void CopyBytes(const char* bytes); // uses strlen
414 void CopyBytes(const void* bytes, size_t length);
H A Dstun_unittest.cc1339 bytes2->CopyBytes("abcdefghijkl");
1359 bytes2->CopyBytes(reinterpret_cast<const char*>(TURN_MAGIC_COOKIE_VALUE),
1399 bytes2->CopyBytes("abcdefg");
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h687 void CopyBytes(Register source,
H A Dfull-codegen-ia32.cc3999 __ CopyBytes(string, result_pos, string_length, scratch);
4040 __ CopyBytes(string, result_pos, string_length, scratch);
4069 __ CopyBytes(string, result_pos, string_length, scratch);
4081 __ CopyBytes(string, result_pos, string_length, scratch);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h657 void CopyBytes(Register source,
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h1384 void CopyBytes(Register destination,
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc4071 __ CopyBytes(string, result_pos, string_length, scratch);
4103 __ CopyBytes(string, result_pos, string_length, scratch);
4124 __ CopyBytes(string, result_pos, string_length, scratch);
4133 __ CopyBytes(string, result_pos, string_length, scratch);
H A Dmacro-assembler-arm.h803 void CopyBytes(Register src,
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc3743 __ CopyBytes(result_pos, string, string_length, scratch1);
3772 __ CopyBytes(result_pos, string, string_length, scratch1);
3791 __ CopyBytes(result_pos, string, string_length, scratch1);
3798 __ CopyBytes(result_pos, string, string_length, scratch1);
H A Dmacro-assembler-arm64.h1040 void CopyBytes(Register dst,
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc4086 __ CopyBytes(string, result_pos, string_length, scratch1);
4118 __ CopyBytes(string, result_pos, string_length, scratch1);
4139 __ CopyBytes(string, result_pos, string_length, scratch1);
4147 __ CopyBytes(string, result_pos, string_length, scratch1);
H A Dmacro-assembler-mips.h985 void CopyBytes(Register src,
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc4087 __ CopyBytes(string, result_pos, string_length, scratch1);
4119 __ CopyBytes(string, result_pos, string_length, scratch1);
4140 __ CopyBytes(string, result_pos, string_length, scratch1);
4148 __ CopyBytes(string, result_pos, string_length, scratch1);

Completed in 795 milliseconds

12