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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java183 * <code>set_result</code> in its place.
187 * has a non-void result type, the method <code>set_result</code>
190 * <code>set_result</code> may optionally be
192 * <code>tk_void</code>. Calling the method <code>set_result</code> before
194 * the method <code>set_result</code> or <code>set_exception</code> has been
196 * <code>set_result</code> without having previously called
203 * @deprecated use the method <code>set_result</code>
208 set_result(any);
217 * has a non-void result type, the method <code>set_result</code>
220 * <code>set_result</cod
236 public void set_result(org.omg.CORBA.Any any) method in class:ServerRequest
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DServerRequestImpl.java126 public void set_result(Any res) { method in class:ServerRequestImpl
197 // non-void result type, set_result() must be called exactly once
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp210 void set_result(Value x, LIR_Opr opr) { function in class:LIRGenerator
591 void set_result(LIR_Opr opr);
H A Dc1_LIRGenerator.cpp204 void LIRItem::set_result(LIR_Opr opr) { function in class:LIRItem
226 set_result(reg);
1072 set_result(x, reg);
1090 set_result(x, reg);
1124 set_result(x, result);
1157 set_result(x, load_constant(x));
1167 set_result(x, res);
1171 set_result(x, LIR_OprFact::value_type(x->type()));
1948 set_result(x, value.result());
2018 set_result(
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp457 void set_result(jvmtiError result) { _result = result; } function in class:VM_GetMultipleStackTraces
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp122 void set_result(Node* n) { assert(_result == NULL, "only set once"); _result = n; } function in class:LibraryCallKit
123 void set_result(RegionNode* region, PhiNode* value);
838 //------------------------------set_result-------------------------------
840 void LibraryCallKit::set_result(RegionNode* region, PhiNode* value) { function in class:LibraryCallKit
843 set_result( _gvn.transform(value));
1066 set_result(make_string_method_node(Op_StrComp, receiver, arg));
1160 set_result(_gvn.transform(phi));
1168 set_result(_gvn.transform(new (C) AryEqNode(control(), memory(TypeAryPtr::CHARS), arg1, arg2)));
1425 set_result(intcon(0));
1448 set_result(resul
[all...]

Completed in 57 milliseconds