/external/v8/src/ast/ |
D | ast-function-literal-id-reindexer.cc | 13 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()
|
D | source-range-ast-visitor.cc | 12 SourceRangeAstVisitor::SourceRangeAstVisitor(uintptr_t stack_limit, in SourceRangeAstVisitor() argument 15 : AstTraversalVisitor(stack_limit, root), in SourceRangeAstVisitor()
|
D | ast-function-literal-id-reindexer.h | 23 AstFunctionLiteralIdReindexer(size_t stack_limit, int delta);
|
D | source-range-ast-visitor.h | 30 SourceRangeAstVisitor(uintptr_t stack_limit, Expression* root,
|
D | prettyprinter.h | 90 explicit AstPrinter(uintptr_t stack_limit);
|
D | ast-traversal-visitor.h | 32 explicit AstTraversalVisitor(uintptr_t stack_limit, AstNode* root = nullptr); 99 AstTraversalVisitor<Subclass>::AstTraversalVisitor(uintptr_t stack_limit, in AstTraversalVisitor() argument 102 InitializeAstVisitor(stack_limit); in AstTraversalVisitor()
|
D | prettyprinter.cc | 751 AstPrinter::AstPrinter(uintptr_t stack_limit) in AstPrinter() argument 753 InitializeAstVisitor(stack_limit); in AstPrinter()
|
/external/v8/src/parsing/ |
D | rewriter.cc | 19 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor() argument 30 InitializeAstVisitor(stack_limit); in Processor() 44 InitializeAstVisitor(parser->stack_limit()); in Processor() 411 Processor processor(info->stack_limit(), scope->AsDeclarationScope(), in RewriteBody()
|
D | parse-info.h | 249 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 251 void SetPerThreadState(uintptr_t stack_limit, in SetPerThreadState() argument 253 stack_limit_ = stack_limit; in SetPerThreadState()
|
/external/v8/src/execution/ |
D | local-isolate.cc | 42 return GetCurrentStackPosition() < local_isolate->stack_limit(); in HasOverflowed()
|
D | local-isolate.h | 82 Address stack_limit() const { return stack_limit_; } in stack_limit() function
|
D | stack-guard.cc | 217 uintptr_t stored_limit = per_thread->stack_limit(); in InitThread()
|
/external/v8/src/codegen/ |
D | compiler.h | 254 UnoptimizedCompilationJob(uintptr_t stack_limit, ParseInfo* parse_info, in UnoptimizedCompilationJob() argument 257 stack_limit_(stack_limit), in UnoptimizedCompilationJob() 287 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 136 << AstPrinter(parse_info->stack_limit()) in MaybePrintAst() 160 : UnoptimizedCompilationJob(parse_info->stack_limit(), parse_info, in InterpreterCompilationJob() 179 generator()->GenerateBytecode(stack_limit()); in ExecuteJobImpl()
|
D | bytecode-generator.h | 39 void GenerateBytecode(uintptr_t stack_limit);
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 740 ExternalReference stack_limit = in GetCode() local 743 __ Move(kScratchRegister, stack_limit); in GetCode() 1329 ExternalReference stack_limit = in CheckPreemption() local 1331 __ load_rax(stack_limit); in CheckPreemption() 1343 ExternalReference stack_limit = in CheckStackLimit() local 1345 __ load_rax(stack_limit); in CheckStackLimit()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 674 ExternalReference stack_limit = in GetCode() local 676 __ mov(r0, Operand(stack_limit)); in GetCode() 1204 ExternalReference stack_limit = in CheckPreemption() local 1206 __ mov(r0, Operand(stack_limit)); in CheckPreemption() 1214 ExternalReference stack_limit = in CheckStackLimit() local 1216 __ mov(r0, Operand(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 705 ExternalReference stack_limit = in GetCode() local 708 __ sub(ecx, StaticVariable(stack_limit)); in GetCode() 1227 ExternalReference stack_limit = in CheckPreemption() local 1229 __ cmp(esp, StaticVariable(stack_limit)); in CheckPreemption() 1240 ExternalReference stack_limit = in CheckStackLimit() local 1242 __ cmp(backtrack_stackpointer(), StaticVariable(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 691 ExternalReference stack_limit = in GetCode() local 693 __ mov(r2, Operand(stack_limit)); in GetCode() 1231 ExternalReference stack_limit = in CheckPreemption() local 1233 __ mov(r2, Operand(stack_limit)); in CheckPreemption() 1239 ExternalReference stack_limit = in CheckStackLimit() local 1241 __ mov(r2, Operand(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 705 ExternalReference stack_limit = in GetCode() local 707 __ li(a0, Operand(stack_limit)); in GetCode() 1309 ExternalReference stack_limit = in CheckPreemption() local 1311 __ li(a0, Operand(stack_limit)); in CheckPreemption() 1318 ExternalReference stack_limit = in CheckStackLimit() local 1322 __ li(a0, Operand(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 715 ExternalReference stack_limit = in GetCode() local 717 __ mov(r3, Operand(stack_limit)); in GetCode() 1282 ExternalReference stack_limit = in CheckPreemption() local 1284 __ mov(r3, Operand(stack_limit)); in CheckPreemption() 1292 ExternalReference stack_limit = in CheckStackLimit() local 1294 __ mov(r3, Operand(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 670 ExternalReference stack_limit = in GetCode() local 672 __ li(a0, Operand(stack_limit)); in GetCode() 1272 ExternalReference stack_limit = in CheckPreemption() local 1274 __ li(a0, Operand(stack_limit)); in CheckPreemption() 1281 ExternalReference stack_limit = in CheckStackLimit() local 1285 __ li(a0, Operand(stack_limit)); in CheckStackLimit()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 785 ExternalReference stack_limit = in GetCode() local 787 __ Mov(x10, stack_limit); in GetCode() 1468 ExternalReference stack_limit = in CheckPreemption() local 1470 __ Mov(x10, stack_limit); in CheckPreemption() 1478 ExternalReference stack_limit = in CheckStackLimit() local 1480 __ Mov(x10, stack_limit); in CheckStackLimit()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 189 : UnoptimizedCompilationJob(parse_info->stack_limit(), parse_info, in AsmJsCompilationJob() 235 wasm::AsmJsParser parser(&translate_zone, stack_limit(), stream); in ExecuteJobImpl()
|
D | asm-parser.h | 54 explicit AsmJsParser(Zone* zone, uintptr_t stack_limit,
|