Home | History | Annotate | Download | only in x64

Lines Matching refs:ExternalOperand

63 Operand MacroAssembler::ExternalOperand(ExternalReference target,
3159 Push(ExternalOperand(handler_address));
3161 movp(ExternalOperand(handler_address), rsp);
3168 Pop(ExternalOperand(handler_address));
3203 movp(rsp, ExternalOperand(handler_address));
3205 Pop(ExternalOperand(handler_address));
3259 Pop(ExternalOperand(handler_address));
3766 Operand counter_operand = ExternalOperand(ExternalReference(counter));
3775 Operand counter_operand = ExternalOperand(ExternalReference(counter));
3788 Operand counter_operand = ExternalOperand(ExternalReference(counter));
4127 Operand context_operand = ExternalOperand(context_address);
4138 Operand c_entry_fp_operand = ExternalOperand(c_entry_fp_address);
4338 Operand top_operand = ExternalOperand(allocation_top);
4380 cmpp(result, ExternalOperand(allocation_limit));
4454 Operand limit_operand = ExternalOperand(allocation_limit);
4527 Operand limit_operand = ExternalOperand(allocation_limit);
4547 Operand top_operand = ExternalOperand(new_space_allocation_top);
5293 cmpp(scratch_reg, ExternalOperand(new_space_allocation_top));