Home
last modified time | relevance | path

Searched refs:result_operand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ia32/
Dfull-codegen-ia32.cc3465 Operand result_operand = Operand(esp, 1 * kPointerSize); in EmitFastAsciiArrayJoin() local
3481 __ mov(result_operand, isolate()->factory()->empty_string()); in EmitFastAsciiArrayJoin()
3529 __ mov(result_operand, scratch); in EmitFastAsciiArrayJoin()
3568 __ mov(result_operand, result_pos); in EmitFastAsciiArrayJoin()
3690 __ mov(result_operand, isolate()->factory()->undefined_value()); in EmitFastAsciiArrayJoin()
3692 __ mov(eax, result_operand); in EmitFastAsciiArrayJoin()
/external/v8/src/x64/
Dfull-codegen-x64.cc3356 Operand result_operand = Operand(rsp, 1 * kPointerSize); in EmitFastAsciiArrayJoin() local
3474 __ movq(result_operand, result_pos); in EmitFastAsciiArrayJoin()
3605 __ movq(rax, result_operand); in EmitFastAsciiArrayJoin()