Searched refs:set_argument (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp179 void set_argument(int i, Node* value) { function in class:StringConcat
1355 sc->set_argument(argi, arg);
1365 sc->set_argument(argi, arg);
1387 sc->set_argument(argi, arg);
H A DgraphKit.hpp453 void set_argument(uint idx, Node* c){ map_not_null(); _map->set_argument(_map->_jvms, idx, c); } function in class:GraphKit
H A DcallGenerator.cpp777 kit.set_argument(0, cast_obj);
789 kit.set_argument(receiver_skip + i, cast_obj);
H A Dcallnode.hpp384 void set_argument(JVMState* jvms, uint idx, Node *c) { function in class:SafePointNode
H A Dparse1.cpp744 _exits.set_argument(0, ret_phi); // here is where the parser finds it
H A DgraphKit.cpp2016 set_argument(j, arg);

Completed in 4390 milliseconds