Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.cc1714 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc3084 __ AllocateTwoByteSlicedString(eax, ebx, no_reg, &runtime); in Generate() local
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc1821 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc3409 __ AllocateTwoByteSlicedString(eax, ebx, no_reg, &runtime); in Generate() local
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.cc2097 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc3547 __ AllocateTwoByteSlicedString(r0, r2, r6, r4, &runtime); in Generate() local
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc4714 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-x64.cc3362 __ AllocateTwoByteSlicedString(rax, rbx, r14, &runtime); in Generate() local
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.cc3226 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-mips.cc3735 __ AllocateTwoByteSlicedString(v0, a2, t2, t3, &runtime); in Generate() local
/external/chromium_org/v8/src/arm64/
Dmacro-assembler-arm64.cc3522 void MacroAssembler::AllocateTwoByteSlicedString(Register result, in AllocateTwoByteSlicedString() function in v8::internal::MacroAssembler
Dcode-stubs-arm64.cc4176 __ AllocateTwoByteSlicedString(result_string, result_length, x3, x4, in Generate() local