Searched refs:stack_limit (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dpreparser-api.cc179 uintptr_t stack_limit = reinterpret_cast<uintptr_t>(&buffer) - max_stack; local
184 preparser::PreParser preparser(&scanner, &recorder, stack_limit);
H A Dpreparser.h122 uintptr_t stack_limit)
126 stack_limit_(stack_limit),
120 PreParser(i::Scanner* scanner, i::ParserRecorder* log, uintptr_t stack_limit) argument
H A Dexecution.cc587 uintptr_t stored_limit = per_thread->stack_limit();
H A Disolate.h415 uintptr_t stack_limit() const { return stack_limit_; } function in class:v8::internal::Isolate::PerIsolateThreadData
H A Dparser.cc4591 intptr_t stack_limit = isolate()->stack_guard()->real_climit(); local
4594 stack_limit);
5866 intptr_t stack_limit = isolate->stack_guard()->real_climit(); local
5867 preparser::PreParser preparser(&scanner, &recorder, stack_limit);
/external/v8/src/
H A Dpreparser-api.cc189 uintptr_t stack_limit = reinterpret_cast<uintptr_t>(&buffer) - max_stack; local
198 stack_limit);
H A Dpreparser.h117 uintptr_t stack_limit,
124 stack_limit_(stack_limit),
143 uintptr_t stack_limit) {
147 return PreParser(scanner, log, stack_limit, allow_lazy,
115 PreParser(i::Scanner* scanner, i::ParserRecorder* log, uintptr_t stack_limit, bool allow_lazy, bool allow_natives_syntax, bool allow_modules) argument
140 PreParseProgram(i::Scanner* scanner, i::ParserRecorder* log, int flags, uintptr_t stack_limit) argument
H A Dexecution.cc571 uintptr_t stored_limit = per_thread->stack_limit();
H A Disolate.h384 uintptr_t stack_limit() const { return stack_limit_; } function in class:v8::internal::Isolate::PerIsolateThreadData
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc57 int stack_limit, bool report_errors) {
61 stack_limit_ = stack_limit;
94 re_option.stack_limit(), re_option.report_errors());
99 re_option.stack_limit(), re_option.report_errors());
479 int stack_limit = stack_limit_; local
480 if (stack_limit <= 0) {
481 stack_limit = FLAGS_regexp_stack_limit;
489 if (stack_limit > 0) {
491 extra.match_limit_recursion = stack_limit / kPCREFrameSize;
532 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit
56 Init(const char* pattern, Option options, int match_limit, int stack_limit, bool report_errors) argument
[all...]
H A Dpcre.h470 int stack_limit, bool report_errors);
524 // the CPU time of a match, and stack_limit, which limits the
547 int stack_limit() const { return stack_limit_; } function in class:re2::PCRE_Options
548 void set_stack_limit(int stack_limit) { argument
549 stack_limit_ = stack_limit;
/external/regex-re2/util/
H A Dpcre.cc52 int stack_limit, bool report_errors) {
56 stack_limit_ = stack_limit;
89 re_option.stack_limit(), re_option.report_errors());
94 re_option.stack_limit(), re_option.report_errors());
474 int stack_limit = stack_limit_; local
475 if (stack_limit <= 0) {
476 stack_limit = FLAGS_regexp_stack_limit;
484 if (stack_limit > 0) {
486 extra.match_limit_recursion = stack_limit / kPCREFrameSize;
527 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit
51 Init(const char* pattern, Option options, int match_limit, int stack_limit, bool report_errors) argument
[all...]
H A Dpcre.h464 int stack_limit, bool report_errors);
518 // the CPU time of a match, and stack_limit, which limits the
541 int stack_limit() const { return stack_limit_; } function in class:re2::PCRE_Options
542 void set_stack_limit(int stack_limit) { argument
543 stack_limit_ = stack_limit;
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc256 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
266 v8::preparser::PreParser preparser(&scanner, &log, stack_limit);
291 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
302 v8::preparser::PreParser preparser(&scanner, &log, stack_limit);
394 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
403 v8::preparser::PreParser preparser(&scanner, &log, stack_limit);
1115 uintptr_t stack_limit = isolate->stack_guard()->real_climit(); local
1122 v8::preparser::PreParser preparser(&scanner, &log, stack_limit);
/external/v8/test/cctest/
H A Dtest-parsing.cc255 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
270 stack_limit);
291 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
306 stack_limit);
394 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
408 stack_limit);
1044 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
1055 &scanner, &log, flags, stack_limit);
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc637 ExternalReference stack_limit =
639 __ mov(r0, Operand(stack_limit));
1246 ExternalReference stack_limit =
1248 __ mov(r0, Operand(stack_limit));
1256 ExternalReference stack_limit =
1258 __ mov(r0, Operand(stack_limit));
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc668 ExternalReference stack_limit =
671 __ sub(ecx, Operand::StaticVariable(stack_limit));
1277 ExternalReference stack_limit =
1279 __ cmp(esp, Operand::StaticVariable(stack_limit));
1290 ExternalReference stack_limit =
1292 __ cmp(backtrack_stackpointer(), Operand::StaticVariable(stack_limit));
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc633 ExternalReference stack_limit = local
635 __ li(a0, Operand(stack_limit));
1262 ExternalReference stack_limit =
1264 __ li(a0, Operand(stack_limit));
1271 ExternalReference stack_limit =
1274 __ li(a0, Operand(stack_limit));
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc718 ExternalReference stack_limit =
721 __ movq(kScratchRegister, stack_limit);
1393 ExternalReference stack_limit =
1395 __ load_rax(stack_limit);
1407 ExternalReference stack_limit =
1409 __ load_rax(stack_limit);
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc641 ExternalReference stack_limit =
643 __ mov(r0, Operand(stack_limit));
1194 ExternalReference stack_limit =
1196 __ mov(r0, Operand(stack_limit));
1204 ExternalReference stack_limit =
1206 __ mov(r0, Operand(stack_limit));
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc693 ExternalReference stack_limit =
696 __ sub(ecx, Operand::StaticVariable(stack_limit));
1235 ExternalReference stack_limit =
1237 __ cmp(esp, Operand::StaticVariable(stack_limit));
1248 ExternalReference stack_limit =
1250 __ cmp(backtrack_stackpointer(), Operand::StaticVariable(stack_limit));
H A Dbuiltins-ia32.cc1709 ExternalReference stack_limit = local
1711 __ cmp(esp, Operand::StaticVariable(stack_limit));
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc638 ExternalReference stack_limit = local
640 __ li(a0, Operand(stack_limit));
1203 ExternalReference stack_limit =
1205 __ li(a0, Operand(stack_limit));
1212 ExternalReference stack_limit =
1215 __ li(a0, Operand(stack_limit));
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc760 ExternalReference stack_limit =
763 __ movq(kScratchRegister, stack_limit);
1369 ExternalReference stack_limit =
1371 __ load_rax(stack_limit);
1383 ExternalReference stack_limit =
1385 __ load_rax(stack_limit);
/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c413 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
471 stack_limit = cee->regparms;
472 if (cee->regparms > 0 && passBBP) stack_limit--;
476 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
477 for (i = n_args-1; i >= stack_limit; i--) {
482 /* args [stack_limit-1 .. 0] and possibly %ebp are to be passed in
500 for (i = stack_limit-1; i >= 0; i--) {
511 for (i = stack_limit-1; i >= 0; i--) {
525 for (i = stack_limit-1; i >= 0; i--) {
534 for (i = stack_limit
[all...]

Completed in 4494 milliseconds

12