Lines Matching defs:ExternalOperand
73 Operand MacroAssembler::ExternalOperand(ExternalReference target,
2776 push(ExternalOperand(handler_address));
2778 movq(ExternalOperand(handler_address), rsp);
2785 pop(ExternalOperand(handler_address));
2820 movq(rsp, ExternalOperand(handler_address));
2822 pop(ExternalOperand(handler_address));
2876 pop(ExternalOperand(handler_address));
3432 Operand counter_operand = ExternalOperand(ExternalReference(counter));
3441 Operand counter_operand = ExternalOperand(ExternalReference(counter));
3454 Operand counter_operand = ExternalOperand(ExternalReference(counter));
3857 Operand context_operand = ExternalOperand(context_address);
3868 Operand c_entry_fp_operand = ExternalOperand(c_entry_fp_address);
4068 Operand top_operand = ExternalOperand(allocation_top);
4152 Operand limit_operand = ExternalOperand(allocation_limit);
4228 Operand limit_operand = ExternalOperand(allocation_limit);
4248 Operand top_operand = ExternalOperand(new_space_allocation_top);
5021 cmpq(scratch_reg, ExternalOperand(new_space_allocation_top));