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

12

/external/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/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);
H A Ddeoptimizer.cc2816 CopyBytes(chunk->area_start(), desc.buffer,
/external/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);
H A Dmacro-assembler-ia32.cc1823 void MacroAssembler::CopyBytes(Register source, function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dmacro-assembler-x87.h657 void CopyBytes(Register source,
H A Dfull-codegen-x87.cc3988 __ CopyBytes(string, result_pos, string_length, scratch);
4029 __ CopyBytes(string, result_pos, string_length, scratch);
4058 __ CopyBytes(string, result_pos, string_length, scratch);
4070 __ CopyBytes(string, result_pos, string_length, scratch);
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1384 void CopyBytes(Register destination,
H A Dfull-codegen-x64.cc3861 // of calling CopyBytes.
4006 __ CopyBytes(result_pos, string, string_length);
4050 __ CopyBytes(result_pos, string, string_length);
4092 __ CopyBytes(result_pos, string, string_length, 2);
4101 __ CopyBytes(result_pos, string, string_length);
/external/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/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,
H A Dcode-stubs-arm64.cc3752 __ CopyBytes(result_char0, substring_char0, result_length, x3, kCopyLong);
3768 __ CopyBytes(result_char0, substring_char0, result_length, x3, kCopyLong);
/external/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/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);
H A Dmacro-assembler-mips64.h1011 void CopyBytes(Register src,
/external/v8/src/heap/
H A Dheap.cc3534 CopyBytes(new_addr, old_addr, relocation_offset);
3543 CopyBytes(new_code->relocation_start(), reloc_info.start(),

Completed in 1209 milliseconds

12