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

/openjdk10/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.cpp887 cur_sim->set_slot(change_slot, new_reg);
/openjdk10/corba/src/java.corba/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 );
/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp571 static void set_slot(oop reflect, int value);
634 static void set_slot(oop reflect, int value);
692 static void set_slot(oop reflect, int value);
H A DjavaClasses.cpp2348 void java_lang_reflect_Method::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Method
2546 void java_lang_reflect_Constructor::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Constructor
2686 void java_lang_reflect_Field::set_slot(oop reflect, int value) { function in class:java_lang_reflect_Field
/openjdk10/hotspot/src/share/vm/runtime/
H A Dreflection.cpp873 java_lang_reflect_Method::set_slot(mh(), slot);
925 java_lang_reflect_Constructor::set_slot(ch(), slot);
962 java_lang_reflect_Field::set_slot(rh(), fd->index());

Completed in 131 milliseconds