Home
last modified time | relevance | path

Searched refs:AllocateTwoByteSlicedString (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h610 void AllocateTwoByteSlicedString(Register result,
Dmacro-assembler-ia32.cc1454 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc6235 __ AllocateTwoByteSlicedString(eax, ebx, no_reg, &runtime); in Generate() local
/external/v8/src/x64/
Dmacro-assembler-x64.h1079 void AllocateTwoByteSlicedString(Register result,
Dmacro-assembler-x64.cc3895 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc5230 __ AllocateTwoByteSlicedString(rax, rbx, r14, &runtime); in Generate() local
/external/v8/src/arm/
Dmacro-assembler-arm.h706 void AllocateTwoByteSlicedString(Register result,
Dmacro-assembler-arm.cc1803 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc5969 __ AllocateTwoByteSlicedString(r0, r2, r6, r7, &runtime); in Generate() local
/external/v8/src/mips/
Dmacro-assembler-mips.h521 void AllocateTwoByteSlicedString(Register result,
Dmacro-assembler-mips.cc3171 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc6191 __ AllocateTwoByteSlicedString(v0, a2, t2, t3, &runtime); in Generate() local