Searched refs:node_idx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1432 int node_idx = (idx >= 0) ? idx : -idx; local
1437 if( (int)n->_idx == node_idx
1438 debug_only(|| n->debug_idx() == node_idx) ) {
1441 (uintptr_t)result, (uintptr_t)n, node_idx);
H A Dcompile.cpp358 for (uint node_idx = 0; node_idx < max_idx; node_idx++) {
359 // If node with index node_idx is not in useful set,
361 if (! useful_node_set.test(node_idx) ) {
362 record_dead_node(node_idx);
1175 _log->elem("mismatched_node_info node_idx='%d' type='both live and dead'", i);
1186 _log->elem("mismatched_node_info node_idx='%d' type='neither live nor dead'", i);

Completed in 46 milliseconds