Searched refs:set_slot (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.hpp56 void set_slot(int i);
H A DMonitor.cpp90 void Monitor::set_slot(int aslot) function in class:Monitor
H A DAgent.cpp101 m->set_slot(monitor_count);
225 last->set_slot(slot);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.hpp59 void set_slot(int tos_offset, int rnr); // set the entry at the given offset from TOS
H A Dc1_FpuStackSim_x86.cpp115 void FpuStackSim::set_slot(int tos_offset, int rnr) { function in class:FpuStackSim
H A Dc1_LinearScan_x86.cpp987 cur_sim->set_slot(change_slot, new_reg);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
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 DSlotTable.java61 public void set_slot( int id, Any data ) throws InvalidSlot method in class:SlotTable
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/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl235 * <code>set_slot</code> is called on a slot that has not been allocated.
284 * @exception InvalidSlot thrown if <code>set_slot</code> is called on
286 * @exception BAD_INV_ORDER thrown if <code>set_slot</code> is called
289 void set_slot (in SlotId id, in any data) raises (InvalidSlot);
1105 * <tr><td><b>set_slot</b></td>
1224 void set_slot (in SlotId id, in any data) raises (InvalidSlot);
2048 * <code>set_slot</code> or <code>get_slot</code> is called on the
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp573 static void set_slot(oop reflect, int value);
631 static void set_slot(oop reflect, int value);
684 static void set_slot(oop reflect, int value);
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
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp737 java_lang_reflect_Method::set_slot(mh(), slot);
782 java_lang_reflect_Constructor::set_slot(ch(), slot);
819 java_lang_reflect_Field::set_slot(rh(), fd->index());

Completed in 64 milliseconds