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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp149 typedef unsigned int node_idx_t; typedef
274 node_idx_t _cnt; // Total number of required Node inputs.
276 node_idx_t _max; // Actual length of input array.
282 node_idx_t _outcnt; // Total number of Node outputs.
284 node_idx_t _outmax; // Actual length of output array.
296 const node_idx_t _idx;
478 const node_idx_t* ref = &_idx;
479 *(node_idx_t*)ref = new_idx;

Completed in 1061 milliseconds