Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dmacro-assembler-x87.cc1630 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc2781 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1667 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc3090 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc1962 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc3108 __ AllocateTwoByteString(r0, r2, r4, r6, r1, &runtime); in Generate() local
/external/v8/src/x64/
Dmacro-assembler-x64.cc4573 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc3049 __ AllocateTwoByteString(rax, rcx, r11, r14, r15, &runtime); in Generate() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc3469 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc3263 __ AllocateTwoByteString(v0, a2, t0, t2, t3, &runtime); in Generate() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3506 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-arm64.cc3757 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime); in Generate() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3378 void MacroAssembler::AllocateTwoByteString(Register result, in AllocateTwoByteString() function in v8::internal::MacroAssembler
Dcode-stubs-mips64.cc3301 __ AllocateTwoByteString(v0, a2, a4, a6, a7, &runtime); in Generate() local