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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp42 int _entry_pco; // pco where entry_code (or entry_block if no entry_code) starts member in class:XHandler
56 , _entry_pco(-1)
68 , _entry_pco(other->_entry_pco)
88 int entry_pco() const { return _entry_pco; }
99 void set_entry_pco(int entry_pco) { _entry_pco = entry_pco; }

Completed in 31 milliseconds