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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1933 uint n_idx = n->_idx; local
1945 if (_current_latency[n_idx] > _bundle_cycle_number) {
1949 n->_idx, _current_latency[n_idx], _bundle_cycle_number);
1981 tty->print("# NodeFitsInBundle [%4d]: FALSE; functional units overlap\n", n_idx);
1988 tty->print("# NodeFitsInBundle [%4d]: TRUE\n", n_idx);
H A Descape.cpp310 uint n_idx = n->_idx; local
311 PointsToNode* n_ptn = ptnode_adr(n_idx);
359 n_ptn = ptnode_adr(n_idx);

Completed in 46 milliseconds