Searched refs:stack_limit_ (Results 1 – 13 of 13) sorted by relevance
/external/regex-re2/util/ |
D | pcre.h | 511 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
|
D | pcre.cc | 56 stack_limit_ = stack_limit; in Init() 474 int stack_limit = stack_limit_; in TryMatch()
|
/external/chromium_org/third_party/re2/util/ |
D | pcre.h | 517 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
|
D | pcre.cc | 61 stack_limit_ = stack_limit; in Init() 479 int stack_limit = stack_limit_; in TryMatch()
|
/external/chromium_org/v8/src/ |
D | isolate.h | 410 stack_limit_(0), in PerIsolateThreadData() 441 uintptr_t stack_limit_; variable
|
D | preparser.h | 83 stack_limit_(stack_limit), in ParserBase() 302 if (GetCurrentStackPosition() < stack_limit_) { in INLINE() 583 uintptr_t stack_limit_; variable
|
D | parser.cc | 3836 reusable_preparser_ = new PreParser(&scanner_, NULL, stack_limit_); in ParseLazyFunctionBodyWithPreParser()
|
D | api.cc | 425 stack_limit_(NULL), in ResourceConstraints()
|
/external/vixl/src/a64/ |
D | simulator-a64.h | 641 byte* stack_limit_; variable
|
D | simulator-a64.cc | 75 stack_limit_ = stack_ + stack_protection_size_; in Simulator()
|
/external/chromium_org/v8/src/arm64/ |
D | simulator-arm64.cc | 338 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()
|
D | simulator-arm64.h | 848 uintptr_t stack_limit_;
|
/external/chromium_org/v8/include/ |
D | v8.h | 4079 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
|