HomeSort by relevance Sort by last modified time
    Searched refs:stack_limit (Results 1 - 17 of 17) sorted by null

  /external/v8/src/
preparser.h 65 uintptr_t stack_limit) {
66 return PreParser(scanner, log, stack_limit, allow_lazy).PreParse();
140 uintptr_t stack_limit,
145 stack_limit_(stack_limit),
preparser-api.cc 194 uintptr_t stack_limit = reinterpret_cast<uintptr_t>(&buffer) - max_stack; local
203 stack_limit);
execution.cc 461 Isolate::CurrentPerIsolateThreadData()->stack_limit();
isolate.h 407 uintptr_t stack_limit() const { return stack_limit_; } function in class:v8::internal::Isolate::PerIsolateThreadData
    [all...]
heap.h 71 V(Smi, stack_limit, StackLimit) \
    [all...]
parser.cc 5077 intptr_t stack_limit = isolate->stack_guard()->real_climit(); local
    [all...]
api.cc 446 if (constraints->stack_limit() != NULL) {
447 uintptr_t limit = reinterpret_cast<uintptr_t>(constraints->stack_limit());
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 632 ExternalReference stack_limit =
634 __ mov(r0, Operand(stack_limit));
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 685 ExternalReference stack_limit =
688 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
builtins-ia32.cc 1570 ExternalReference stack_limit = local
    [all...]
full-codegen-ia32.cc 236 ExternalReference stack_limit = local
238 __ cmp(esp, Operand::StaticVariable(stack_limit));
269 ExternalReference stack_limit = local
271 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
lithium-codegen-ia32.cc 1351 ExternalReference stack_limit = local
4152 ExternalReference stack_limit = local
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 752 ExternalReference stack_limit =
755 __ movq(kScratchRegister, stack_limit);
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 265 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
279 stack_limit);
365 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); local
379 stack_limit);
test-api.cc 12265 static uint32_t* stack_limit; variable
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 395 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
453 stack_limit = cee->regparms;
454 if (cee->regparms > 0 && passBBP) stack_limit--;
458 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
459 for (i = n_args-1; i >= stack_limit; i--) {
464 /* args [stack_limit-1 .. 0] and possibly %ebp are to be passed in
482 for (i = stack_limit-1; i >= 0; i--) {
493 for (i = stack_limit-1; i >= 0; i--) {
507 for (i = stack_limit-1; i >= 0; i--) {
516 for (i = stack_limit-1; i >= 0; i--)
    [all...]
  /external/v8/include/
v8.h 2397 uint32_t* stack_limit() const { return stack_limit_; } function in class:v8::ResourceConstraints
    [all...]

Completed in 508 milliseconds