Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.h599 void AllocateTwoByteConsString(Register result,
Dmacro-assembler-ia32.cc1418 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc5664 __ AllocateTwoByteConsString(ecx, edi, no_reg, &call_runtime); in Generate() local
/external/v8/src/x64/
Dmacro-assembler-x64.h1068 void AllocateTwoByteConsString(Register result,
Dmacro-assembler-x64.cc3859 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc4674 __ AllocateTwoByteConsString(rcx, rdi, no_reg, &call_runtime); in Generate() local
/external/v8/src/arm/
Dmacro-assembler-arm.h696 void AllocateTwoByteConsString(Register result,
Dmacro-assembler-arm.cc1763 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc6376 __ AllocateTwoByteConsString(r7, r6, r4, r5, &call_runtime); in Generate() local
/external/v8/src/mips/
Dmacro-assembler-mips.h511 void AllocateTwoByteConsString(Register result,
Dmacro-assembler-mips.cc3133 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc6604 __ AllocateTwoByteConsString(v0, t2, t0, t1, &call_runtime); in Generate() local