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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.hpp105 inline int Label::loc_pos() const { function in class:Label
H A Dassembler.hpp140 int loc_pos() const; // == locator_pos(loc())
H A Dassembler.cpp158 tty->print_cr("bound label to %d|%d", L.loc_pos(), L.loc_sect());
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1592 _first_block_size = blk_labels[1].loc_pos() - blk_labels[0].loc_pos();
1720 handler_pcos.append(blk_labels[block_num].loc_pos());
1738 _inc_table.append( inct_starts[inct_cnt++], blk_labels[block_num].loc_pos() );

Completed in 41 milliseconds