ContextLocalCount 1125 src/frames.cc    int heap_locals_count = scope_info->ContextLocalCount();
ContextLocalCount  862 src/liveedit.cc       ZoneList<Variable*> context_list(outer_scope->ContextLocalCount(), zone);
ContextLocalCount 3514 src/objects.h    V(ContextLocalCount)
ContextLocalCount 2148 src/profile-generator.cc     int context_locals = scope_info->ContextLocalCount();
ContextLocalCount 7853 src/runtime.cc         int context_local_count = scope_info->ContextLocalCount();
ContextLocalCount 10944 src/runtime.cc   for (int i = 0; i < scope_info->ContextLocalCount(); i++) {
ContextLocalCount 12163 src/runtime.cc   ASSERT(go_between_scope_info->ContextLocalCount() == 0);
ContextLocalCount   44 src/scopeinfo.cc   ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
ContextLocalCount   50 src/scopeinfo.cc   ASSERT(scope->ContextLocalCount() == context_local_count);
ContextLocalCount  174 src/scopeinfo.cc   return StackLocalCount() + ContextLocalCount();
ContextLocalCount  190 src/scopeinfo.cc     int context_locals = ContextLocalCount();
ContextLocalCount  218 src/scopeinfo.cc     return ContextLocalCount() > 0;
ContextLocalCount  260 src/scopeinfo.cc   ASSERT(0 <= var && var < ContextLocalCount());
ContextLocalCount  267 src/scopeinfo.cc   ASSERT(0 <= var && var < ContextLocalCount());
ContextLocalCount  275 src/scopeinfo.cc   ASSERT(0 <= var && var < ContextLocalCount());
ContextLocalCount  312 src/scopeinfo.cc     int end = ContextLocalNameEntriesIndex() + ContextLocalCount();
ContextLocalCount  381 src/scopeinfo.cc   return ContextLocalNameEntriesIndex() + ContextLocalCount();
ContextLocalCount  386 src/scopeinfo.cc   return ContextLocalInfoEntriesIndex() + ContextLocalCount();
ContextLocalCount  500 src/scopeinfo.cc             ContextLocalNameEntriesIndex() + ContextLocalCount(),
ContextLocalCount  370 src/scopes.h     int ContextLocalCount() const;