/external/v8/src/ia32/ |
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/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1835 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 3944 __ AllocateTwoByteString(eax, ebx, ecx, edx, edi, &call_runtime_drop_two); in Generate() local 4478 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/arm/ |
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/chromium_org/v8/src/arm/ |
D | macro-assembler-arm.cc | 1881 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm.cc | 4199 __ AllocateTwoByteString(r0, r2, r4, r6, r1, &runtime); in Generate() local 4678 __ AllocateTwoByteString(r0, r2, r4, r5, r9, &call_runtime); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 3782 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
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
|
/external/chromium_org/v8/src/x64/ |
D | code-stubs-x64.cc | 3795 __ AllocateTwoByteString(rax, rbx, rdi, r8, r9, &call_runtime); in Generate() local 4312 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
|
D | macro-assembler-x64.cc | 4269 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/mips/ |
D | code-stubs-mips.cc | 4304 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local 4784 __ AllocateTwoByteString(v0, t2, t0, t1, t5, &call_runtime); in Generate() local
|
D | macro-assembler-mips.cc | 3035 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3072 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
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
|