Home
last modified time | relevance | path

Searched defs:stack_limit (Results 1 – 25 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/ast/
Dast-function-literal-id-reindexer.cc13 AstFunctionLiteralIdReindexer::AstFunctionLiteralIdReindexer(size_t stack_limit, in AstFunctionLiteralIdReindexer()
91 AstFunctionLiteralIdReindexChecker(size_t stack_limit, in AstFunctionLiteralIdReindexChecker()
Dsource-range-ast-visitor.cc12 SourceRangeAstVisitor::SourceRangeAstVisitor(uintptr_t stack_limit, in SourceRangeAstVisitor()
Dast-traversal-visitor.h99 AstTraversalVisitor<Subclass>::AstTraversalVisitor(uintptr_t stack_limit, in AstTraversalVisitor()
/third_party/node/deps/v8/src/parsing/
Dparse-info.cc205 uintptr_t stack_limit, in ParseInfo()
240 uintptr_t stack_limit) in ParseInfo()
Dparse-info.h266 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
Drewriter.cc20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor()
/third_party/node/deps/v8/src/codegen/
Dcompiler.h296 UnoptimizedCompilationJob(uintptr_t stack_limit, ParseInfo* parse_info, in UnoptimizedCompilationJob()
329 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h112 Address stack_limit() const { return stack_limit_; } in stack_limit() function
/third_party/node/deps/v8/src/wasm/
Dstacks.h25 void* stack_limit; member
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h779 uint8_t stack_limit; /**< maximum number of values stored on the stack */ member
793 uint16_t stack_limit; /**< maximum number of values stored on the stack */ member
Djs-parser-internal.h460 uint16_t stack_limit; /**< maximum stack depth */ member
507 uint16_t stack_limit; /**< maximum stack depth */ member
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c120 unsigned char *stack = 0, *stack_limit, *map_base = 0; in __pthread_create() local
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c239 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
/third_party/musl/src/thread/
Dpthread_create.c247 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c361 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr; in __pthread_create() local
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc361 uintptr_t stack_limit, Zone* zone, const DisallowGarbageCollection& no_gc) in RegExpParserImpl()
2336 uintptr_t stack_limit = isolate->stack_guard()->real_climit(); in ParseRegExpFromHeapString() local
2353 bool RegExpParser::VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, in VerifyRegExpSyntax()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc815 ExternalReference stack_limit = in GetCode() local
1412 ExternalReference stack_limit = in CheckPreemption() local
1426 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc716 ExternalReference stack_limit = in GetCode() local
1314 ExternalReference stack_limit = in CheckPreemption() local
1323 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc753 ExternalReference stack_limit = in GetCode() local
1352 ExternalReference stack_limit = in CheckPreemption() local
1361 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc779 ExternalReference stack_limit = in GetCode() local
1320 ExternalReference stack_limit = in CheckPreemption() local
1333 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc705 ExternalReference stack_limit = in GetCode() local
1270 ExternalReference stack_limit = in CheckPreemption() local
1278 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc737 ExternalReference stack_limit = in GetCode() local
1281 ExternalReference stack_limit = in CheckPreemption() local
1291 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc745 ExternalReference stack_limit = in GetCode() local
1308 ExternalReference stack_limit = in CheckPreemption() local
1316 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc774 ExternalReference stack_limit = in GetCode() local
1335 ExternalReference stack_limit = in CheckPreemption() local
1343 ExternalReference stack_limit = in CheckStackLimit() local
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc788 ExternalReference stack_limit = in GetCode() local
1372 ExternalReference stack_limit = in CheckPreemption() local
1382 ExternalReference stack_limit = in CheckStackLimit() local

12