Searched refs:blk_labels (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | output.cpp | 1231 Label *blk_labels = NEW_RESOURCE_ARRAY(Label, nblocks+1); local 1233 blk_labels[i].init(); 1265 MacroAssembler(cb).bind(blk_labels[b->_pre_order]); 1433 mach->as_MachBranch()->label_set( &blk_labels[block_num], block_num ); 1441 Label *blkLabel = &blk_labels[block_num]; 1589 MacroAssembler(cb).bind( blk_labels[nblocks] ); 1592 _first_block_size = blk_labels[1].loc_pos() - blk_labels[0].loc_pos(); 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 [all...] |
H A D | compile.hpp | 1006 void FillExceptionTables(uint cnt, uint *call_returns, uint *inct_starts, Label *blk_labels);
|
Completed in 172 milliseconds