Searched refs:stack_limit_ (Results 1 - 6 of 6) sorted by relevance

/external/regex-re2/util/
H A Dpcre.h511 int stack_limit_; // Limit on stack resources (bytes) member in class:re2::PCRE
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
541 int stack_limit() const { return stack_limit_; }
543 stack_limit_ = stack_limit;
555 int stack_limit_; member in class:re2::PCRE_Options
H A Dpcre.cc56 stack_limit_ = stack_limit;
474 int stack_limit = stack_limit_;
/external/v8/src/
H A Dpreparser.h124 stack_limit_(stack_limit),
589 if (reinterpret_cast<uintptr_t>(&marker) < stack_limit_) {
649 uintptr_t stack_limit_; member in class:v8::preparser::PreParser
H A Disolate.h373 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_; member in class:v8::internal::Isolate::PerIsolateThreadData
H A Dapi.cc580 stack_limit_(NULL) { }
/external/v8/include/
H A Dv8.h2574 uint32_t* stack_limit() const { return stack_limit_; }
2576 void set_stack_limit(uint32_t* value) { stack_limit_ = value; }
2581 uint32_t* stack_limit_; member in class:v8::ResourceConstraints

Completed in 148 milliseconds