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

  /external/v8/src/ast/
scopeinfo.cc 19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
293 return StackLocalCount() + ContextLocalCount();
301 return StackLocalCount() + (function_name_stack_slot ? 1 : 0);
390 DCHECK(StackLocalEntriesIndex() + StackLocalCount() ==
398 DCHECK(0 <= var && var < StackLocalCount());
405 DCHECK(0 <= var && var < StackLocalCount());
456 int end = StackLocalEntriesIndex() + StackLocalCount();
612 return StackLocalEntriesIndex() + StackLocalCount();
750 StackLocalEntriesIndex() + StackLocalCount(), this);
scopes.h 511 int StackLocalCount() const;
scopes.cc     [all...]
  /external/v8/src/debug/
debug-frames.cc 132 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
180 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
debug-scopes.cc 623 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
liveedit.cc     [all...]
  /external/v8/src/
gdb-jit.cc 1168 int slots = scope->StackLocalCount();
1172 int locals = scope->StackLocalCount();
    [all...]
frames.cc     [all...]
objects.h     [all...]
  /external/v8/src/crankshaft/
typing.cc 64 int locals = scope_->StackLocalCount();
  /external/v8/src/runtime/
runtime-debug.cc 561 for (; i < scope_info->StackLocalCount(); ++i) {
    [all...]

Completed in 3043 milliseconds