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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp131 uint* blk_starts = NEW_RESOURCE_ARRAY(uint,_cfg->_num_blocks+1); local
132 blk_starts[0] = 0;
135 CodeBuffer* cb = init_buffer(blk_starts);
163 fill_buffer(cb, blk_starts);
339 void Compile::shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size) { argument
360 // Make three passes. The first computes pessimistic blk_starts,
372 // During short branch replacement, we store the relative (to blk_starts)
375 // we compute correct blk_starts in our next sizing pass.
407 if (last_call_adr >= blk_starts[i]) {
415 if (last_avoid_back_to_back_adr >= blk_starts[
1064 init_buffer(uint* blk_starts) argument
1178 fill_buffer(CodeBuffer* cb, uint* blk_starts) argument
[all...]
H A Dcompile.hpp993 CodeBuffer* init_buffer(uint* blk_starts);
996 void fill_buffer(CodeBuffer* cb, uint* blk_starts);
999 void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size);

Completed in 40 milliseconds