Searched refs:AllocateTwoByteConsString (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 599 void AllocateTwoByteConsString(Register result,
|
D | macro-assembler-ia32.cc | 1418 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
|
D | code-stubs-ia32.cc | 5664 __ AllocateTwoByteConsString(ecx, edi, no_reg, &call_runtime); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1068 void AllocateTwoByteConsString(Register result,
|
D | macro-assembler-x64.cc | 3859 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
|
D | code-stubs-x64.cc | 4674 __ AllocateTwoByteConsString(rcx, rdi, no_reg, &call_runtime); in Generate() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 696 void AllocateTwoByteConsString(Register result,
|
D | macro-assembler-arm.cc | 1763 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
|
D | code-stubs-arm.cc | 6376 __ AllocateTwoByteConsString(r7, r6, r4, r5, &call_runtime); in Generate() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 511 void AllocateTwoByteConsString(Register result,
|
D | macro-assembler-mips.cc | 3133 void MacroAssembler::AllocateTwoByteConsString(Register result, in AllocateTwoByteConsString() function in v8::internal::MacroAssembler
|
D | code-stubs-mips.cc | 6604 __ AllocateTwoByteConsString(v0, t2, t0, t1, &call_runtime); in Generate() local
|