Home
last modified time | relevance | path

Searched defs:AllocateTwoByteString (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1323 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc5766 __ 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/
Dmacro-assembler-ia32.cc1835 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc3944 __ 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/
Dmacro-assembler-arm.cc1701 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc6028 __ 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/
Dmacro-assembler-arm.cc1881 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc4199 __ 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/
Dmacro-assembler-x64.cc3782 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc4754 __ 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/
Dcode-stubs-x64.cc3795 __ AllocateTwoByteString(rax, rbx, rdi, r8, r9, &call_runtime); in Generate() local
4312 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
Dmacro-assembler-x64.cc4269 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.cc4304 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
4784 __ AllocateTwoByteString(v0, t2, t0, t1, t5, &call_runtime); in Generate() local
Dmacro-assembler-mips.cc3035 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.cc3072 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc6251 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
6689 __ AllocateTwoByteString(v0, t2, t0, t1, t5, &call_runtime); in Generate() local