Searched defs:result_operand (Results 1 - 2 of 2) sorted by relevance

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

Completed in 32 milliseconds