/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1630 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-x87.cc | 2781 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1667 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 3090 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1962 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm.cc | 3108 __ AllocateTwoByteString(r0, r2, r4, r6, r1, &runtime); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4573 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-x64.cc | 3049 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3469 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-mips.cc | 3263 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 3506 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm64.cc | 3757 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime); in Generate() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3378 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
|
D | code-stubs-mips64.cc | 3301 __ AllocateTwoByteString(v0, a2, a4, a6, a7, &runtime); in Generate() local
|