Searched defs:set_value (Results 1 - 15 of 15) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynFixed.java42 * @see #set_value
55 public void set_value(byte[] val) method in interface:DynFixed
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynFixedImpl.java97 public boolean set_value (String val) method in class:DynFixedImpl
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp131 void set_value(jvalue value) { _value = value; } function in class:jvmtiDeferredLocalVariable
H A Darguments.hpp61 bool set_value(char *value) { function in class:SystemProperty
518 static void set_dll_dir(char *value) { _sun_boot_library_path->set_value(value); }
519 static void set_java_home(char *value) { _java_home->set_value(value); }
520 static void set_library_path(char *value) { _java_library_path->set_value(value); }
521 static void set_ext_dirs(char *value) { _java_ext_dirs->set_value(value); }
522 static void set_endorsed_dirs(char *value) { _java_endorsed_dirs->set_value(value); }
523 static void set_sysclasspath(char *value) { _sun_boot_class_path->set_value(value); }
H A DperfData.hpp185 * bar_variable->set_value(0);
486 inline void set_value(jlong val) { (*(jlong*)_valuep) = val; } function in class:PerfLongVariable
570 inline void set_value(const char* val) { set_string(val); } function in class:PerfStringVariable
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp117 void set_value(oop value) { _value = Handle(value); } function in class:ObjectValue
H A DrelocInfo.cpp461 void Relocation::set_value(address x) { function in class:Relocation
790 set_value(value());
968 set_value(target);
990 set_value(target);
H A DrelocInfo.hpp837 virtual void set_value(address x);
881 void set_value(address x) { set_value(x, offset()); } function in class:DataRelocation
882 void set_value(address x, intptr_t o) { function in class:DataRelocation
900 // On such machines, the "x" argument to set_value on all set-lo
919 void set_value(address x) { set_destination(x); } function in class:CallRelocation
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp142 void set_value(ArgType v) { _value = v; } function in class:DCmdArgument
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp177 void OopMap::set_value(VMReg reg) { function in class:OopMap
H A DoopMap.hpp52 void set_value(int value) { _value = value; } function in class:OopMapValue
77 OopMapValue () { set_value(0); set_content_reg(VMRegImpl::Bad()); }
91 set_value(stream->read_int());
104 void set_oop() { set_value((value() & register_mask_in_place) | oop_value); }
105 void set_value() { set_value((value() & register_mask_in_place) | value_value); } function in class:OopMapValue
106 void set_narrowoop() { set_value((value() & register_mask_in_place) | narrowoop_value); }
107 void set_callee_saved() { set_value((value() & register_mask_in_place) | callee_saved_value); }
108 void set_derived_oop() { set_value((value() & register_mask_in_place) | derived_oop_value); }
118 set_value((
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp74 void set_value(Entries e, int val) { _values[e] = val; } function in class:CodeOffsets
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp802 void set_value(u2 value) { _value = value; } function in class:SymbolHashMapEntry
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp65 static void set_value( oop string, typeArrayOop buffer) { function in class:java_lang_String
774 static BasicType set_value(oop box, jvalue* value);
H A DjavaClasses.cpp196 set_value(obj, buffer);
2296 BasicType java_lang_boxing_object::set_value(oop box, jvalue* value) { function in class:java_lang_boxing_object

Completed in 131 milliseconds