Searched defs:get_slot (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java75 public Any get_slot( int id ) throws InvalidSlot method in class:SlotTable
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 DRequestInfoImpl.java373 public Any get_slot (int id) method in class:RequestInfoImpl
380 return slotTable.get_slot( id );
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.cpp85 int Monitor::get_slot() function in class:Monitor
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp111 int FpuStackSim::get_slot(int tos_offset) const { function in class:FpuStackSim

Completed in 51 milliseconds