Home
last modified time | relevance | path

Searched refs:stack_limit_ (Results 1 – 13 of 13) sorted by relevance

/external/regex-re2/util/
Dpcre.h511 int stack_limit_; // Limit on stack resources (bytes) variable
531 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
Dpcre.cc56 stack_limit_ = stack_limit; in Init()
474 int stack_limit = stack_limit_; in TryMatch()
/external/chromium_org/third_party/re2/util/
Dpcre.h517 int stack_limit_; // Limit on stack resources (bytes) variable
537 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()
547 int stack_limit() const { return stack_limit_; } in stack_limit()
549 stack_limit_ = stack_limit; in set_stack_limit()
561 int stack_limit_; variable
Dpcre.cc61 stack_limit_ = stack_limit; in Init()
479 int stack_limit = stack_limit_; in TryMatch()
/external/chromium_org/v8/src/
Disolate.h410 stack_limit_(0), in PerIsolateThreadData()
441 uintptr_t stack_limit_; variable
Dpreparser.h83 stack_limit_(stack_limit), in ParserBase()
302 if (GetCurrentStackPosition() < stack_limit_) { in INLINE()
583 uintptr_t stack_limit_; variable
Dparser.cc3836 reusable_preparser_ = new PreParser(&scanner_, NULL, stack_limit_); in ParseLazyFunctionBodyWithPreParser()
Dapi.cc425 stack_limit_(NULL), in ResourceConstraints()
/external/vixl/src/a64/
Dsimulator-a64.h641 byte* stack_limit_; variable
Dsimulator-a64.cc75 stack_limit_ = stack_ + stack_protection_size_; in Simulator()
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc338 return stack_limit_ + 1024; in StackLimit()
382 stack_limit_ = stack_ + stack_protection_size_; in Init()
1856 if ((address >= stack_limit_) && (address < stack)) { in CheckMemoryAccess()
1863 static_cast<uint64_t>(stack_limit_)); in CheckMemoryAccess()
Dsimulator-arm64.h848 uintptr_t stack_limit_;
/external/chromium_org/v8/include/
Dv8.h4079 uint32_t* stack_limit() const { return stack_limit_; } in stack_limit()
4081 void set_stack_limit(uint32_t* value) { stack_limit_ = value; } in set_stack_limit()
4096 uint32_t* stack_limit_; variable