Home | History | Annotate | Download | only in parsing

Lines Matching defs:stack_limit_

118   uintptr_t stack_limit() { return stack_limit_; }
119 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; }
182 uintptr_t stack_limit_;