Searched refs:stack_limit_ (Results 1 - 11 of 11) 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 Disolate.h410 stack_limit_(0),
441 uintptr_t stack_limit_; member in class:v8::internal::Isolate::PerIsolateThreadData
H A Dpreparser.h83 stack_limit_(stack_limit),
302 if (GetCurrentStackPosition() < stack_limit_) {
583 uintptr_t stack_limit_; member in class:v8::internal::ParserBase
H A Dparser.cc3836 reusable_preparser_ = new PreParser(&scanner_, NULL, stack_limit_);
H A Dapi.cc425 stack_limit_(NULL),
/external/v8/src/arm64/
H A Dsimulator-arm64.cc338 return stack_limit_ + 1024;
382 stack_limit_ = stack_ + stack_protection_size_;
1856 if ((address >= stack_limit_) && (address < stack)) {
1863 static_cast<uint64_t>(stack_limit_));
H A Dsimulator-arm64.h848 uintptr_t stack_limit_;
/external/v8/include/
H A Dv8.h4079 uint32_t* stack_limit() const { return stack_limit_; }
4081 void set_stack_limit(uint32_t* value) { stack_limit_ = value; }
4096 uint32_t* stack_limit_; member in class:v8::ResourceConstraints
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h2648 byte* stack_limit_;
H A Dsimulator-a64.cc82 stack_limit_ = stack_ + stack_protection_size_;

Completed in 358 milliseconds