Searched refs:result_operand (Results 1 – 2 of 2) sorted by relevance
3465 Operand result_operand = Operand(esp, 1 * kPointerSize); in EmitFastAsciiArrayJoin() local3481 __ 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()
3356 Operand result_operand = Operand(rsp, 1 * kPointerSize); in EmitFastAsciiArrayJoin() local3474 __ movq(result_operand, result_pos); in EmitFastAsciiArrayJoin()3605 __ movq(rax, result_operand); in EmitFastAsciiArrayJoin()