/third_party/node/deps/v8/src/execution/ |
D | local-isolate.h | 112 Address stack_limit() const { return stack_limit_; } in stack_limit() 160 Address const stack_limit_; variable
|
D | local-isolate.cc | 23 stack_limit_(kind == ThreadKind::kMain in LocalIsolate()
|
D | isolate.h | 553 stack_limit_(0), in PerIsolateThreadData() 581 uintptr_t stack_limit_; variable
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 299 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/ |
D | parse-info.h | 266 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() 354 uintptr_t stack_limit_; variable
|
D | parse-info.cc | 212 stack_limit_(stack_limit), in ParseInfo()
|
D | parser.cc | 521 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()
|
D | parser-base.h | 260 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
|
D | parser.h | 270 &preparser_zone_, &scanner_, stack_limit_, ast_value_factory(),
|
/third_party/node/deps/v8/include/ |
D | v8-isolate.h | 100 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/ |
D | asm-parser.h | 171 uintptr_t stack_limit_; variable
|
D | asm-parser.cc | 61 if (GetCurrentStackPosition() < stack_limit_) { \ 78 stack_limit_(stack_limit), in AsmJsParser()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-parser.cc | 347 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/ |
D | ast.h | 2777 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/ |
D | simulator-arm64.cc | 318 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()
|
D | simulator-arm64.h | 2322 uintptr_t stack_limit_; variable
|