Searched refs:get_slot (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.hpp58 int get_slot(int tos_offset) const; // return the entry at the given offset from TOS
H A Dc1_LinearScan_x86.cpp365 tty->print("Exchanged register: %d New state: ", sim()->get_slot(0)); sim()->print(); tty->cr();
452 if (result_stack_size == 0 || sim()->get_slot(0) != fpu_num(preserve)) {
861 tty->print("Exchanged register: %d New state: ", cur_sim->get_slot(slot)); cur_sim->print(); tty->cr();
867 int reg = cur_sim->get_slot(0);
881 int reg = cur_sim->get_slot(change_slot);
884 int new_reg = sux_sim->get_slot(slot);
931 int reg = sux_sim->get_slot(sux_slot);
957 while (size_diff > 0 || (cur_sim->stack_size() > 0 && cur_sim->get_slot(0) != sux_sim->get_slot(0))) {
958 int reg = cur_sim->get_slot(
[all...]
H A Dc1_FpuStackSim_x86.cpp111 int FpuStackSim::get_slot(int tos_offset) const { function in class:FpuStackSim
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DPICurrent.java41 * IMPORTANT: PICurrent is implemented with the assumption that get_slot()
56 // True if the orb is still initialzing and get_slot and set_slot are not
131 // calls to get_slot and set_slot. If an attempt is made to call,
143 public Any get_slot( int id ) throws InvalidSlot method in class:PICurrent
147 // calls to get_slot and set_slot. If an attempt is made to call,
152 return getSlotTable().get_slot( id );
H A DSlotTable.java75 public Any get_slot( int id ) throws InvalidSlot method in class:SlotTable
H A DRequestInfoImpl.java373 public Any get_slot (int id) method in class:RequestInfoImpl
380 return slotTable.get_slot( id );

Completed in 83 milliseconds