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

  /external/v8/src/ast/
scopeinfo.cc 21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone);
30 DCHECK_EQ(scope->ContextGlobalCount(), context_global_count);
310 int context_globals = ContextGlobalCount();
412 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount());
419 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount());
427 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount());
435 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount());
524 scope_info->ContextGlobalCount();
544 DCHECK_LT(var, ContextLocalCount() + ContextGlobalCount());
622 return ContextGlobalNameEntriesIndex() + ContextGlobalCount();
    [all...]
scopes.h 513 int ContextGlobalCount() const;
scopes.cc 712 if (scope->ContextGlobalCount() > 0) return false;
    [all...]
  /external/v8/src/
contexts.cc 431 int context_globals = scope_info->ContextGlobalCount();
objects.h     [all...]
  /external/v8/src/crankshaft/
typing.cc 89 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone());
  /external/v8/src/debug/
liveedit.cc     [all...]

Completed in 226 milliseconds