Searched refs:newref (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java62 * @param newref remote reference
64 protected RemoteObject(RemoteRef newref) { argument
65 ref = newref;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp101 int replace_input(Node *use, Node *oldref, Node *newref);
H A Dmacro.cpp47 // Replace any references to "oldref" in inputs to "use" with "newref".
50 int PhaseMacroExpand::replace_input(Node *use, Node *oldref, Node *newref) { argument
57 use->set_req(j, newref);
59 use->set_prec(j, newref);

Completed in 39 milliseconds