Searched refs:stack_slots_only (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp546 virtual bool stack_slots_only(FormDict &globals) const;
590 virtual bool stack_slots_only(FormDict &globals) const;
699 bool stack_slots_only() const;
H A Dformssel.cpp668 if( op->stack_slots_only(globals) ) continue;
1966 bool OpClassForm::stack_slots_only(FormDict &globals) const { function in class:OpClassForm
1976 if( !operand->stack_slots_only(globals) ) return false;
2044 bool OperandForm::stack_slots_only(FormDict &globals) const { function in class:OperandForm
2046 return _constraint->stack_slots_only();
2616 bool Constraint::stack_slots_only() const { function in class:Constraint
H A Doutput_h.cpp1324 if( oper->stack_slots_only(_globalNames) ) {

Completed in 1278 milliseconds