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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp123 const int _inst_index; // Alias index of the instance memory slice. member in class:PhiNode
147 _inst_index(iidx),
191 const int inst_index() const { return _inst_index; }

Completed in 40 milliseconds