Home | History | Annotate | Download | only in x64

Lines Matching refs:PushOperand

435   codegen()->PushOperand(operand);
1209 PushOperand(rax); // Save result on the stack
1239 PushOperand(Operand(rsp, 0)); // Duplicate receiver.
1246 PushOperand(Smi::FromInt(SLOPPY)); // Language mode
1253 PushOperand(Operand(rsp, 0)); // Duplicate receiver.
1282 PushOperand(Operand(rsp, 0)); // Duplicate receiver.
1286 PushOperand(Smi::FromInt(NONE));
1337 PushOperand(rax); // array literal
1425 PushOperand(rax); // Left operand goes on the stack.
1474 void FullCodeGenerator::PushOperand(MemOperand operand) {
1599 PushOperand(rax); // Preserve value.
1607 PushOperand(rax); // Preserve value.
1732 PushOperand(isolate()->factory()->undefined_value());
1743 PushOperand(Operand(rsp, 0));
1769 PushOperand(Operand(rsp, 0));
2121 PushOperand(rax);
2275 PushOperand(Smi::kZero);
2369 PushOperand(rax);
2666 PushOperand(ContextOperand(rax, Context::CLOSURE_INDEX));
2671 PushOperand(ContextOperand(rsi, Context::CLOSURE_INDEX));
2674 PushOperand(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));