Searched refs:stack_limit_ (Results 1 – 6 of 6) sorted by relevance
511 int stack_limit_; // Limit on stack resources (bytes) variable531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()541 int stack_limit() const { return stack_limit_; } in stack_limit()543 stack_limit_ = stack_limit; in set_stack_limit()555 int stack_limit_; variable
56 stack_limit_ = stack_limit; in Init()474 int stack_limit = stack_limit_; in TryMatch()
124 stack_limit_(stack_limit), in PreParser()589 if (reinterpret_cast<uintptr_t>(&marker) < stack_limit_) { in Next()649 uintptr_t stack_limit_; variable
373 stack_limit_(0), in PerIsolateThreadData()383 void set_stack_limit(uintptr_t value) { stack_limit_ = value; } in set_stack_limit()384 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit()403 uintptr_t stack_limit_; variable
580 stack_limit_(NULL) { } in ResourceConstraints()
2574 uint32_t* stack_limit() const { return stack_limit_; } in stack_limit()2576 void set_stack_limit(uint32_t* value) { stack_limit_ = value; } in set_stack_limit()2581 uint32_t* stack_limit_; variable