Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h112 Address stack_limit() const { return stack_limit_; } in stack_limit()
160 Address const stack_limit_; variable
Dlocal-isolate.cc23 stack_limit_(kind == ThreadKind::kMain in LocalIsolate()
Disolate.h553 stack_limit_(0), in PerIsolateThreadData()
581 uintptr_t stack_limit_; variable
/third_party/node/deps/v8/src/codegen/
Dcompiler.h299 stack_limit_(stack_limit), in UnoptimizedCompilationJob()
329 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit()
349 uintptr_t stack_limit_;
/third_party/node/deps/v8/src/parsing/
Dparse-info.h266 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit()
354 uintptr_t stack_limit_; variable
Dparse-info.cc212 stack_limit_(stack_limit), in ParseInfo()
Dparser.cc521 uintptr_t stack_limit_) { in MaybeProcessSourceRanges() argument
523 SourceRangeAstVisitor visitor(stack_limit_, root, in MaybeProcessSourceRanges()
557 MaybeProcessSourceRanges(info, result, stack_limit_); in ParseProgram()
917 MaybeProcessSourceRanges(info, result, stack_limit_); in ParseFunction()
1021 stack_limit_, in DoParseFunction()
1126 stack_limit_, initializer_id - initializer->function_literal_id()); in ParseClassForInstanceMemberInitialization()
3456 MaybeProcessSourceRanges(info, result, stack_limit_); in ParseOnBackground()
Dparser-base.h260 stack_limit_(stack_limit), in ParserBase()
279 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit()
281 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
871 if (GetCurrentStackPosition() < stack_limit_) set_stack_overflow(); in CheckStackOverflow()
1567 uintptr_t stack_limit_; variable
Dparser.h270 &preparser_zone_, &scanner_, stack_limit_, ast_value_factory(),
/third_party/node/deps/v8/include/
Dv8-isolate.h100 uint32_t* stack_limit() const { return stack_limit_; } in stack_limit()
101 void set_stack_limit(uint32_t* value) { stack_limit_ = value; } in set_stack_limit()
162 uint32_t* stack_limit_ = nullptr; variable
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.h171 uintptr_t stack_limit_; variable
Dasm-parser.cc61 if (GetCurrentStackPosition() < stack_limit_) { \
78 stack_limit_(stack_limit), in AsmJsParser()
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc347 const uintptr_t stack_limit_; member in v8::internal::__anon35ea97ba0111::RegExpParserImpl
379 stack_limit_(stack_limit) { in RegExpParserImpl()
426 if (GetCurrentStackPosition() < stack_limit_) { in Advance()
/third_party/node/deps/v8/src/ast/
Dast.h2777 if (GetCurrentStackPosition() < stack_limit_) { \
2785 uintptr_t stack_limit() const { return stack_limit_; } \
2789 stack_limit_ = isolate->stack_guard()->real_climit(); \
2794 stack_limit_ = stack_limit; \
2798 uintptr_t stack_limit_; \
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc318 return stack_limit_ + 4 * KB; in StackLimit()
361 stack_limit_ = stack_ + stack_protection_size_; in Init()
2488 if ((address >= stack_limit_) && (address < stack)) { in CheckMemoryAccess()
2495 static_cast<uint64_t>(stack_limit_)); in CheckMemoryAccess()
Dsimulator-arm64.h2322 uintptr_t stack_limit_; variable