Lines Matching refs:slot

347 // top.  VMRegImpl::stack0 refers to the first slot past the 16-word window,
391 int slot = 0;
409 regs[i].set1(VMRegImpl::stack2reg(slot++));
424 slot = round_to(slot, 2); // align
425 regs[i].set2(VMRegImpl::stack2reg(slot));
426 slot += 2;
434 slot = round_to(slot, 2); // align
435 regs[i].set2(VMRegImpl::stack2reg(slot));
436 slot += 2;
445 regs[i].set1(VMRegImpl::stack2reg(slot++));
457 slot = round_to(slot, 2); // align
458 regs[i].set2(VMRegImpl::stack2reg(slot));
459 slot += 2;
474 return slot;
492 // Argument slot values may be loaded first into a register because
597 // data is passed in only 1 slot.
634 // data is passed in only 1 slot.
951 // data is passed in only 1 slot.
952 RegisterOrConstant slot = (sig_bt[i] == T_LONG) ?
954 __ ldx(Gargs, slot, r);
966 // data is passed in only 1 slot. This code also handles longs that
969 RegisterOrConstant slot = (sig_bt[i] == T_LONG || sig_bt[i] == T_DOUBLE) ?
971 __ ldf(FloatRegisterImpl::D, Gargs, slot, r_1->as_FloatRegister());
983 // Convert stack slot to an SP offset
986 RegisterOrConstant slot = __ ensure_simm13_or_reg(st_off, Rdisp);
987 if (!r_2->is_valid()) __ stf(FloatRegisterImpl::S, r_1->as_FloatRegister(), SP, slot);
988 else __ stf(FloatRegisterImpl::D, r_1->as_FloatRegister(), SP, slot);
1096 // the calling convention to return an VMReg for a stack slot
1165 // V9ism: floats go in ODD stack slot
1523 // 3: a physical reg [lo] and a stack slot [hi] (v8)
1529 // in a register [lo] and a stack slot [hi]
1669 int slot = handle_index + arg_save_area;
1670 int offset = slot * VMRegImpl::stack_slot_size;
1694 int slot = handle_index + arg_save_area;
1695 int offset = slot * VMRegImpl::stack_slot_size;
2140 // slot to use. (Note that the reg number is the inbound number not the
2251 // Record sp-based slot for receiver on stack for non-static methods
2778 // is converted to NULL. (A one-slot java/lang/Long object reference
2779 // is converted to a two-slot long, which is why we double the allocation).
2983 // need to unbox a one-slot value