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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp558 void Block::add_call_kills(MachProjNode *proj, RegMask& regs, const char* save_policy, bool exclude_soe) { argument
565 ((save_policy[r] == 'E') && exclude_soe)) {
647 bool exclude_soe = op == Op_CallRuntime; local
659 add_call_kills(proj, regs, save_policy, exclude_soe);
H A Dmatcher.cpp566 bool exclude_soe = !Compile::current()->is_method_compilation(); local
572 (_register_save_policy[i] == 'E' && exclude_soe) ) {

Completed in 39 milliseconds