Home | History | Annotate | Download | only in include

Lines Matching refs:stack_limit_

3824   uint32_t* stack_limit() const { return stack_limit_; }
3826 void set_stack_limit(uint32_t* value) { stack_limit_ = value; }
3831 uint32_t* stack_limit_;