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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1198 uint *call_returns = NEW_RESOURCE_ARRAY(uint, nblocks+1); local
1344 call_returns[b->_pre_order] = current_offset + mcall->ret_addr_offset();
1618 FillExceptionTables(inct_cnt, call_returns, inct_starts, blk_labels);
1668 void Compile::FillExceptionTables(uint cnt, uint *call_returns, uint *inct_starts, Label *blk_labels) { argument
1692 uint call_return = call_returns[b->_pre_order];

Completed in 39 milliseconds