/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 579 void AllocateTwoByteString(Register result,
|
D | macro-assembler-ia32.cc | 1323 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 5766 __ AllocateTwoByteString(eax, ebx, ecx, edx, edi, &call_runtime_drop_two); in Generate() local 6306 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1053 void AllocateTwoByteString(Register result,
|
D | code-stubs-x64.cc | 4754 __ AllocateTwoByteString(rax, rbx, rdi, r8, r9, &call_runtime); in Generate() local 5297 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
|
D | macro-assembler-x64.cc | 3782 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 684 void AllocateTwoByteString(Register result,
|
D | macro-assembler-arm.cc | 1701 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm.cc | 6028 __ AllocateTwoByteString(r0, r2, r4, r6, r7, &runtime); in Generate() local 6463 __ AllocateTwoByteString(r0, r6, r4, r5, r9, &call_runtime); in Generate() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 499 void AllocateTwoByteString(Register result,
|
D | code-stubs-mips.cc | 6251 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local 6689 __ AllocateTwoByteString(v0, t2, t0, t1, t5, &call_runtime); in Generate() local
|
D | macro-assembler-mips.cc | 3072 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|