Searched defs:set_i_o (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp158 void set_i_o(Node* c) { _cvstate->set_req(TypeFunc::I_O, c); } function in class:IdealKit
H A Dcallnode.hpp408 void set_i_o ( Node *c ) { set_req(TypeFunc::I_O ,c); } function in class:SafePointNode
H A DgraphKit.hpp450 void set_i_o (Node* c) { map_not_null()->set_i_o(c); } function in class:GraphKit

Completed in 39 milliseconds