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

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.hpp55 int get_slot();
H A DMonitor.cpp85 int Monitor::get_slot() function in class:Monitor
H A DAgent.cpp222 int slot = m->get_slot();
/openjdk7/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.cpp366 tty->print("Exchanged register: %d New state: ", sim()->get_slot(0)); sim()->print(); tty->cr();
453 if (result_stack_size == 0 || sim()->get_slot(0) != fpu_num(preserve)) {
961 tty->print("Exchanged register: %d New state: ", cur_sim->get_slot(slot)); cur_sim->print(); tty->cr();
967 int reg = cur_sim->get_slot(0);
981 int reg = cur_sim->get_slot(change_slot);
984 int new_reg = sux_sim->get_slot(slot);
1031 int reg = sux_sim->get_slot(sux_slot);
1057 while (size_diff > 0 || (cur_sim->stack_size() > 0 && cur_sim->get_slot(0) != sux_sim->get_slot(0))) {
1058 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
/openjdk7/corba/src/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 );
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl234 * This exception is thrown when <code>get_slot</code> or
251 * <code>get_slot</code> operation on the <code>RequestInfo</code> object.
260 * <code>get_slot</code>. The data is in the form of an Any.
269 * @exception InvalidSlot thrown if get_slot is called on a slot that
271 * @exception BAD_INV_ORDER thrown if <code>get_slot</code> is called
274 any get_slot (in SlotId id) raises (InvalidSlot);
543 any get_slot (in SlotId id) raises (InvalidSlot);
682 * <tr><th id="get_slot"><p align="left">get_slot</p></th>
683 * <td headers="ri get_slot send_re
[all...]

Completed in 40 milliseconds