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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp88 int entry_pco() const { return _entry_pco; } function in class:XHandler
99 void set_entry_pco(int entry_pco) { _entry_pco = entry_pco; } argument
H A Dc1_Compilation.cpp451 assert(handler->entry_pco() != -1, "must have been generated");
471 pcos->append(handler->entry_pco());
H A Dc1_IR.cpp113 assert(entry_pco() != -1 && other->entry_pco() != -1, "must have entry_pco");
115 if (entry_pco() != other->entry_pco()) return false;
119 assert(entry_block() == other->entry_block(), "entry_block must be equal when entry_pco is equal");
H A Dc1_LIRAssembler.cpp188 if (handler->entry_pco() == -1) {
200 assert(handler->entry_pco() != -1, "must be set now");

Completed in 386 milliseconds