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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp122 const int _inst_id; // Instance id of the memory slice. member in class:PhiNode
146 _inst_id(iid),
190 const int inst_id() const { return _inst_id; }

Completed in 231 milliseconds