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

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp178 node_idx_t _raise_LCA_mark;
179 void set_raise_LCA_mark(node_idx_t x) { _raise_LCA_mark = x; }
180 node_idx_t raise_LCA_mark() const { return _raise_LCA_mark; }
181 node_idx_t _raise_LCA_visited;
182 void set_raise_LCA_visited(node_idx_t x) { _raise_LCA_visited = x; }
183 node_idx_t raise_LCA_visited() const { return _raise_LCA_visited; }
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;
H A Dgcm.cpp345 static Block* raise_LCA_above_marks(Block* LCA, node_idx_t mark,
484 node_idx_t load_index = load->_idx;
H A Dloopnode.hpp143 node_idx_t _main_idx;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1088 c2_nonstatic_field(Node, _cnt, node_idx_t) \
1089 c2_nonstatic_field(Node, _max, node_idx_t) \
1090 c2_nonstatic_field(Node, _outcnt, node_idx_t) \
1091 c2_nonstatic_field(Node, _outmax, node_idx_t) \
1092 c2_nonstatic_field(Node, _idx, const node_idx_t) \
2109 COMPILER2_PRESENT(declare_unsigned_integer_type(node_idx_t)) \

Completed in 61 milliseconds