Home | History | Annotate | Download | only in include

Lines Matching refs:stack_limit_

2574   uint32_t* stack_limit() const { return stack_limit_; }
2576 void set_stack_limit(uint32_t* value) { stack_limit_ = value; }
2581 uint32_t* stack_limit_;