Searched defs:set_slot (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java61 public void set_slot( int id, Any data ) throws InvalidSlot method in class:SlotTable
H A DPICurrent.java42 * or set_slot() will not be called in ORBInitializer.pre_init() and
56 // True if the orb is still initialzing and get_slot and set_slot are not
127 public void set_slot( int id, Any data ) throws InvalidSlot method in class:PICurrent
131 // calls to get_slot and set_slot. If an attempt is made to call,
136 getSlotTable().set_slot( id, data );
147 // calls to get_slot and set_slot. If an attempt is made to call,
H A DServerRequestInfoImpl.java235 /*set_slot*/ { true , true , true , true , true },
400 public void set_slot (int id, Any data) throws InvalidSlot { method in class:ServerRequestInfoImpl
404 slotTable.set_slot( id, data );
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.cpp90 void Monitor::set_slot(int aslot) function in class:Monitor
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp115 void FpuStackSim::set_slot(int tos_offset, int rnr) { function in class:FpuStackSim
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1820 void java_lang_reflect_Method::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Method
2000 void java_lang_reflect_Constructor::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Constructor
2122 void java_lang_reflect_Field::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Field

Completed in 993 milliseconds