| /external/v8/src/ |
| D | compiler.h | 193 CompilationJob(uintptr_t stack_limit, State initial_state) in CompilationJob() 197 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit() 198 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 227 UnoptimizedCompilationJob(intptr_t stack_limit, ParseInfo* parse_info, in UnoptimizedCompilationJob() 278 : CompilationJob(stack_limit, initial_state), in CompilationJob() argument
|
| D | compiler.cc | 1001 uintptr_t stack_limit = GetCurrentStackPosition() - stack_size_ * KB; in Run() local
|
| D | isolate.h | 597 FIELD_ACCESSOR(uintptr_t, stack_limit) in FIELD_ACCESSOR() argument
|
| /external/v8/src/parsing/ |
| D | expression-scope-reparenter.cc | 19 Reparenter(uintptr_t stack_limit, Expression* initializer, Scope* scope) in Reparenter() 110 void ReparentExpressionScope(uintptr_t stack_limit, Expression* expr, in ReparentExpressionScope()
|
| D | parse-info.h | 138 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 139 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
|
| D | rewriter.cc | 18 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor()
|
| D | parser-base.h | 256 ParserBase(Zone* zone, Scanner* scanner, uintptr_t stack_limit, in ParserBase() 323 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 325 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
|
| D | parser.cc | 2833 InitializerRewriter(uintptr_t stack_limit, Expression* root, Parser* parser) in InitializerRewriter()
|
| /external/v8/src/ast/ |
| D | ast-function-literal-id-reindexer.cc | 13 AstFunctionLiteralIdReindexer::AstFunctionLiteralIdReindexer(size_t stack_limit, in AstFunctionLiteralIdReindexer()
|
| D | ast-traversal-visitor.h | 99 AstTraversalVisitor<Subclass>::AstTraversalVisitor(uintptr_t stack_limit, in AstTraversalVisitor()
|
| D | prettyprinter.cc | 696 AstPrinter::AstPrinter(uintptr_t stack_limit) in AstPrinter()
|
| /external/v8/src/compiler-dispatcher/ |
| D | unoptimized-compile-job.cc | 226 uintptr_t stack_limit = GetCurrentStackPosition() - max_stack_size_ * KB; in Compile() local
|
| /external/v8/src/regexp/mips64/ |
| D | regexp-macro-assembler-mips64.cc | 687 ExternalReference stack_limit = in GetCode() local 1290 ExternalReference stack_limit = in CheckPreemption() local 1299 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 650 ExternalReference stack_limit = in GetCode() local 1182 ExternalReference stack_limit = in CheckPreemption() local 1192 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/mips/ |
| D | regexp-macro-assembler-mips.cc | 650 ExternalReference stack_limit = in GetCode() local 1252 ExternalReference stack_limit = in CheckPreemption() local 1261 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 686 ExternalReference stack_limit = in GetCode() local 1251 ExternalReference stack_limit = in CheckPreemption() local 1261 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 752 ExternalReference stack_limit = in GetCode() local 1438 ExternalReference stack_limit = in CheckPreemption() local 1448 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 681 ExternalReference stack_limit = in GetCode() local 1220 ExternalReference stack_limit = in CheckPreemption() local 1233 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/x64/ |
| D | regexp-macro-assembler-x64.cc | 723 ExternalReference stack_limit = in GetCode() local 1346 ExternalReference stack_limit = in CheckPreemption() local 1360 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 665 ExternalReference stack_limit = in GetCode() local 1194 ExternalReference stack_limit = in CheckPreemption() local 1202 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/asmjs/ |
| D | asm-parser.cc | 71 AsmJsParser::AsmJsParser(Zone* zone, uintptr_t stack_limit, in AsmJsParser()
|
| /external/v8/src/wasm/ |
| D | wasm-interpreter.cc | 2954 size_t stack_limit = in GetStackHeight() local
|
| /external/v8/src/interpreter/ |
| D | bytecode-generator.cc | 1026 void BytecodeGenerator::GenerateBytecode(uintptr_t stack_limit) { in GenerateBytecode()
|
| /external/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 846 ExternalReference stack_limit = in Generate_InterpreterEntryTrampoline() local
|
| /external/v8/src/compiler/ia32/ |
| D | code-generator-ia32.cc | 3633 ExternalReference const stack_limit = in AssembleArchInstruction() local
|