Searched defs:set_control (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp407 void set_control ( Node *c ) { set_req(TypeFunc::Control,c); } function in class:SafePointNode
H A DgraphKit.hpp449 void set_control (Node* c) { map_not_null()->set_control(c); } function in class:GraphKit

Completed in 37 milliseconds