/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1497 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-x87.cc | 2695 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1531 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 2985 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1897 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm.cc | 2975 __ AllocateTwoByteString(r0, r2, r4, r6, r1, &runtime); in Generate() local
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1684 void MacroAssembler::AllocateTwoByteString(Register result, Register length, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-ppc.cc | 3118 __ AllocateTwoByteString(r3, r5, r7, r9, r10, &runtime); in Generate() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 3083 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm64.cc | 3734 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime); in Generate() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3436 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-mips.cc | 3130 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4809 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-x64.cc | 2931 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3863 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-mips64.cc | 3162 __ AllocateTwoByteString(v0, a2, a4, a6, a7, &runtime); in Generate() local
|