| /external/v8/src/parsing/ |
| D | parameter-initializer-rewriter.cc | 19 Rewriter(uintptr_t stack_limit, Expression* initializer, Scope* param_scope) in Rewriter() 98 void ReparentParameterExpressionScope(uintptr_t stack_limit, Expression* expr, in ReparentParameterExpressionScope()
|
| D | parse-info.h | 131 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 132 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
|
| D | parser-base.h | 193 ParserBase(Zone* zone, Scanner* scanner, uintptr_t stack_limit, in ParserBase() 236 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function 238 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
|
| D | parser.cc | 2873 InitializerRewriter(uintptr_t stack_limit, Expression* root, Parser* parser, in InitializerRewriter() 4250 NonPatternRewriter(uintptr_t stack_limit, Parser* parser) in NonPatternRewriter()
|
| /external/v8/src/compiler-dispatcher/ |
| D | compiler-dispatcher-job.cc | 115 uintptr_t stack_limit = GetCurrentStackPosition() - max_stack_size_ * KB; in Parse() local 206 uintptr_t stack_limit = GetCurrentStackPosition() - max_stack_size_ * KB; in Compile() local
|
| /external/v8/src/ast/ |
| D | ast-expression-rewriter.h | 27 explicit AstExpressionRewriter(uintptr_t stack_limit) { in AstExpressionRewriter()
|
| D | ast-traversal-visitor.h | 99 AstTraversalVisitor<Subclass>::AstTraversalVisitor(uintptr_t stack_limit, in AstTraversalVisitor()
|
| /external/v8/src/ |
| D | compiler.h | 191 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit() 192 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
|
| D | background-parsing-task.cc | 61 uintptr_t stack_limit = GetCurrentStackPosition() - stack_size_ * KB; in Run() local
|
| D | isolate.h | 462 FIELD_ACCESSOR(uintptr_t, stack_limit) in FIELD_ACCESSOR() argument
|
| /external/regex-re2/util/ |
| D | pcre.h | 541 int stack_limit() const { return stack_limit_; } in stack_limit() function 542 void set_stack_limit(int stack_limit) { in set_stack_limit()
|
| D | pcre.cc | 52 int stack_limit, bool report_errors) { in Init() 474 int stack_limit = stack_limit_; in TryMatch() local
|
| /external/v8/src/regexp/mips/ |
| D | regexp-macro-assembler-mips.cc | 653 ExternalReference stack_limit = in GetCode() local 1255 ExternalReference stack_limit = in CheckPreemption() local 1264 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/mips64/ |
| D | regexp-macro-assembler-mips64.cc | 689 ExternalReference stack_limit = in GetCode() local 1292 ExternalReference stack_limit = in CheckPreemption() local 1301 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 652 ExternalReference stack_limit = in GetCode() local 1184 ExternalReference stack_limit = in CheckPreemption() local 1194 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 667 ExternalReference stack_limit = in GetCode() local 1196 ExternalReference stack_limit = in CheckPreemption() local 1204 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 688 ExternalReference stack_limit = in GetCode() local 1253 ExternalReference stack_limit = in CheckPreemption() local 1263 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 761 ExternalReference stack_limit = in GetCode() local 1453 ExternalReference stack_limit = in CheckPreemption() local 1464 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/x64/ |
| D | regexp-macro-assembler-x64.cc | 720 ExternalReference stack_limit = in GetCode() local 1345 ExternalReference stack_limit = in CheckPreemption() local 1359 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 676 ExternalReference stack_limit = in GetCode() local 1217 ExternalReference stack_limit = in CheckPreemption() local 1230 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/regexp/x87/ |
| D | regexp-macro-assembler-x87.cc | 675 ExternalReference stack_limit = in GetCode() local 1216 ExternalReference stack_limit = in CheckPreemption() local 1229 ExternalReference stack_limit = in CheckStackLimit() local
|
| /external/v8/src/full-codegen/ |
| D | full-codegen.cc | 49 uintptr_t stack_limit) in FullCodeGenerator() 84 bool FullCodeGenerator::MakeCode(CompilationInfo* info, uintptr_t stack_limit) { in MakeCode() 215 void FullCodeGenerator::Initialize(uintptr_t stack_limit) { in Initialize()
|
| /external/v8/src/interpreter/ |
| D | interpreter-assembler.cc | 1183 Node* stack_limit = Load( in StackCheckTriggeredInterrupt() local
|
| /external/v8/src/full-codegen/x87/ |
| D | full-codegen-x87.cc | 143 ExternalReference stack_limit = in Generate() local 323 ExternalReference stack_limit = in Generate() local
|
| /external/v8/src/full-codegen/ia32/ |
| D | full-codegen-ia32.cc | 143 ExternalReference stack_limit = in Generate() local 326 ExternalReference stack_limit = in Generate() local
|