Home | History | Annotate | Download | only in src

Lines Matching refs:stack_limit_

404           stack_limit_(0),
414 void set_stack_limit(uintptr_t value) { stack_limit_ = value; }
415 uintptr_t stack_limit() const { return stack_limit_; }
434 uintptr_t stack_limit_;