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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1216 int *node_offsets = NULL; local
1220 node_offsets = NEW_RESOURCE_ARRAY(int, node_offset_limit);
1486 if (node_offsets && n->_idx < node_offset_limit)
1487 node_offsets[n->_idx] = cb->insts_size();
1528 if (node_offsets && delay_slot->_idx < node_offset_limit)
1529 node_offsets[delay_slot->_idx] = cb->insts_size();
1658 dump_asm(node_offsets, node_offset_limit);

Completed in 60 milliseconds