Lines Matching defs:is_stack
113 bool is_stack() const { return (intptr_t) this >= (intptr_t) stack0; }
114 bool is_reg() const { return is_valid() && !is_stack(); }
131 assert((is_reg() && value() < stack0->value() - 1) || is_stack(), "must be");
135 assert((is_reg() && value() < stack0->value() - i) || is_stack(), "must be");
139 assert((is_stack() && value() > stack0->value()) || (is_reg() && value() != 0), "must be");
155 assert(is_stack(), "must be");
158 assert(res->is_stack(), "must be");
168 assert( is_stack(), "Not a stack-based register" );
227 return (_first->is_stack() && (_first->value() + 1 == _second->value()) && ((_first->value() & (alignment-1)) == 0));
232 return (_first->is_stack() && (_first->value() + 1 == _second->value()) && ((_first->value() & (alignment-1)) == 0));