Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dmacro-assembler-x87.cc1497 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc2695 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1531 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc2985 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc1897 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc2975 __ AllocateTwoByteString(r0, r2, r4, r6, r1, &runtime); in Generate() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1684 void MacroAssembler::AllocateTwoByteString(Register result, Register length, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-ppc.cc3118 __ AllocateTwoByteString(r3, r5, r7, r9, r10, &runtime); in Generate() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3083 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm64.cc3734 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime); in Generate() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc3436 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc3130 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
/external/v8/src/x64/
Dmacro-assembler-x64.cc4809 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc2931 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3863 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-mips64.cc3162 __ AllocateTwoByteString(v0, a2, a4, a6, a7, &runtime); in Generate() local