Home | History | Annotate | Download | only in src

Lines Matching refs:stack_limit_

373           stack_limit_(0),
383 void set_stack_limit(uintptr_t value) { stack_limit_ = value; }
384 uintptr_t stack_limit() const { return stack_limit_; }
403 uintptr_t stack_limit_;