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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp498 uint bnum = b->non_connector_successor(0)->_pre_order; local
499 int offset = blk_starts[bnum] - br_offs;
500 if (bnum > i) { // adjust following block's offset
532 DEBUG_ONLY( jmp_target[i] = bnum; );

Completed in 76 milliseconds