Searched defs:node_idx (Results 1 - 1 of 1) 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);

Completed in 37 milliseconds