Home
last modified time | relevance | path

Searched refs:stack_limit (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/deps/v8/src/ast/
Dast-function-literal-id-reindexer.cc13 AstFunctionLiteralIdReindexer::AstFunctionLiteralIdReindexer(size_t stack_limit, in AstFunctionLiteralIdReindexer() argument
15 : AstTraversalVisitor(stack_limit), delta_(delta) {} in AstFunctionLiteralIdReindexer()
91 AstFunctionLiteralIdReindexChecker(size_t stack_limit, in AstFunctionLiteralIdReindexChecker() argument
93 : AstTraversalVisitor(stack_limit), visited_(visited) {} in AstFunctionLiteralIdReindexChecker()
108 AstFunctionLiteralIdReindexChecker(stack_limit(), &visited_).Visit(expr); in CheckVisited()
Dsource-range-ast-visitor.cc12 SourceRangeAstVisitor::SourceRangeAstVisitor(uintptr_t stack_limit, in SourceRangeAstVisitor() argument
15 : AstTraversalVisitor(stack_limit, root), in SourceRangeAstVisitor()
Dast-function-literal-id-reindexer.h23 AstFunctionLiteralIdReindexer(size_t stack_limit, int delta);
Dsource-range-ast-visitor.h30 SourceRangeAstVisitor(uintptr_t stack_limit, Expression* root,
/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
134 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
138 stack_limit = map_base; in __pthread_create()
142 new->map_base = stack_limit; in __pthread_create()
145 new->stack_size = (uintptr_t)new->stack - (uintptr_t)stack_limit; in __pthread_create()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c608 uint16_t stack_limit; in parse_print_final_cbc() local
618 stack_limit = args->stack_limit; in parse_print_final_cbc()
628 stack_limit = args->stack_limit; in parse_print_final_cbc()
637 (int) (stack_limit + register_end)); in parse_print_final_cbc()
952 …if ((size_t) context_p->stack_limit + (size_t) context_p->register_count > PARSER_MAXIMUM_STACK_LI… in parser_post_processing()
1184 if (context_p->stack_limit > CBC_MAXIMUM_BYTE_VALUE in parser_post_processing()
1251 args_p->stack_limit = context_p->stack_limit; in parser_post_processing()
1265 args_p->stack_limit = (uint8_t) context_p->stack_limit; in parser_post_processing()
2040 context.stack_limit = 0; in parser_parse_source()
2309 saved_context_p->stack_limit = context_p->stack_limit; in parser_save_context()
[all …]
Djs-parser-util.c275 if (context_p->stack_depth > context_p->stack_limit) in parser_flush_cbc()
277 context_p->stack_limit = context_p->stack_depth; in parser_flush_cbc()
278 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_flush_cbc()
585 if (context_p->stack_depth > context_p->stack_limit) in parser_emit_cbc_forward_branch()
587 context_p->stack_limit = context_p->stack_depth; in parser_emit_cbc_forward_branch()
588 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_emit_cbc_forward_branch()
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c239 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
261 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
295 stack_limit = map + guard; in __pthread_create()
303 new->stack_size = stack - stack_limit; in __pthread_create()
/third_party/node/deps/v8/src/parsing/
Dparse-info.cc205 uintptr_t stack_limit, in ParseInfo() argument
212 stack_limit_(stack_limit), in ParseInfo()
240 uintptr_t stack_limit) in ParseInfo() argument
241 : ParseInfo(flags, state, reusable_state, stack_limit, in ParseInfo()
Drewriter.cc20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor() argument
31 InitializeAstVisitor(stack_limit); in Processor()
45 InitializeAstVisitor(parser->stack_limit()); in Processor()
416 Processor processor(info->stack_limit(), scope->AsDeclarationScope(), in RewriteBody()
Dparse-info.h231 uintptr_t stack_limit);
266 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
342 uintptr_t stack_limit, RuntimeCallStats* runtime_call_stats);
/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
261 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
295 stack_limit = map + guard; in __pthread_create()
303 new->stack_size = stack - stack_limit; in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c247 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
280 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
314 stack_limit = map + guard; in __pthread_create()
322 new->stack_size = stack - stack_limit; in __pthread_create()
/third_party/node/deps/v8/src/wasm/
Dstacks.h25 void* stack_limit; member
32 constexpr int kJmpBufStackLimitOffset = offsetof(JumpBuffer, stack_limit);
/third_party/musl/src/thread/linux/
Dpthread_create.c361 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr; in __pthread_create() local
397 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
438 stack_limit = map + guard; in __pthread_create()
446 new->stack_size = stack - stack_limit; in __pthread_create()
/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
397 stack_limit = (void *)(attr._a_stackaddr - size); in __pthread_create()
438 stack_limit = map + guard; in __pthread_create()
446 new->stack_size = stack - stack_limit; in __pthread_create()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc153 << AstPrinter(parse_info->stack_limit()) in MaybePrintAst()
179 : UnoptimizedCompilationJob(parse_info->stack_limit(), parse_info, in InterpreterCompilationJob()
204 generator()->GenerateBytecode(stack_limit()); in ExecuteJobImpl()
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.h27 static bool VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit,
Dregexp-parser.cc189 uintptr_t stack_limit, Zone* zone,
361 uintptr_t stack_limit, Zone* zone, const DisallowGarbageCollection& no_gc) in RegExpParserImpl() argument
379 stack_limit_(stack_limit) { in RegExpParserImpl()
2336 uintptr_t stack_limit = isolate->stack_guard()->real_climit(); in ParseRegExpFromHeapString() local
2341 stack_limit, zone, no_gc} in ParseRegExpFromHeapString()
2346 stack_limit, zone, no_gc} in ParseRegExpFromHeapString()
2353 bool RegExpParser::VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, in VerifyRegExpSyntax() argument
2359 stack_limit, zone, no_gc} in VerifyRegExpSyntax()
/third_party/littlefs/
DMakefile244 -fstack=stack_limit --max=stack \
258 -fstack=stack_limit --max=stack \
331 -fstack=stack_limit --max=stack \
346 -fstack=stack_limit --max=stack \
/third_party/node/deps/v8/src/codegen/
Dcompiler.h296 UnoptimizedCompilationJob(uintptr_t stack_limit, ParseInfo* parse_info, in UnoptimizedCompilationJob() argument
299 stack_limit_(stack_limit), in UnoptimizedCompilationJob()
329 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc73 return GetCurrentStackPosition() < local_isolate->stack_limit(); in HasOverflowed()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc737 ExternalReference stack_limit = in GetCode() local
739 __ mov(r0, Operand(stack_limit)); in GetCode()
1281 ExternalReference stack_limit = in CheckPreemption() local
1283 __ mov(r0, Operand(stack_limit)); in CheckPreemption()
1291 ExternalReference stack_limit = in CheckStackLimit() local
1293 __ mov(r0, Operand(stack_limit)); in CheckStackLimit()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc716 ExternalReference stack_limit = in GetCode() local
718 __ li(a0, Operand(stack_limit)); in GetCode()
1314 ExternalReference stack_limit = in CheckPreemption() local
1316 __ li(a0, Operand(stack_limit)); in CheckPreemption()
1323 ExternalReference stack_limit = in CheckStackLimit() local
1327 __ li(a0, Operand(stack_limit)); in CheckStackLimit()
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc753 ExternalReference stack_limit = in GetCode() local
755 __ li(a0, Operand(stack_limit)); in GetCode()
1352 ExternalReference stack_limit = in CheckPreemption() local
1354 __ li(a0, Operand(stack_limit)); in CheckPreemption()
1361 ExternalReference stack_limit = in CheckStackLimit() local
1365 __ li(a0, Operand(stack_limit)); in CheckStackLimit()

123