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

  /external/v8/src/debug/
debug-frames.cc 133 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
179 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
debug-scopes.cc 641 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
  /external/v8/src/objects/
scope-info.cc 420 int ScopeInfo::LocalCount() { return StackLocalCount() + ContextLocalCount(); }
426 return StackLocalCount() + (function_name_stack_slot ? 1 : 0);
539 DCHECK(StackLocalNamesIndex() + StackLocalCount() ==
547 DCHECK_LT(var, StackLocalCount());
554 DCHECK_LT(var, StackLocalCount());
604 int end = start + StackLocalCount();
739 return StackLocalNamesIndex() + StackLocalCount();
825 StackLocalNamesIndex() + StackLocalCount(), this);
    [all...]
scope-info.h 216 V(StackLocalCount) \
254 // StackLocalCount() slots in the array.
  /external/v8/src/ast/
scopes.h 373 int StackLocalCount() const;
    [all...]
scopes.cc     [all...]
  /external/v8/src/
gdb-jit.cc 1169 int slots = scope->StackLocalCount();
1173 int locals = scope->StackLocalCount();
    [all...]
frames.cc     [all...]
  /external/v8/src/crankshaft/
typing.cc 65 int locals = scope_->StackLocalCount();
  /external/v8/src/runtime/
runtime-debug.cc 584 : scope_info->StackLocalCount();
597 for (; i < scope_info->StackLocalCount(); ++i) {
    [all...]

Completed in 491 milliseconds