HomeSort by relevance Sort by last modified time
    Searched defs:context_locals (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scopeinfo.cc 19 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
20 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
22 const int context_local_count = context_locals.length();
88 context_locals.Sort(&Variable::CompareIndex);
93 scope_info->set(index++, *context_locals[i]->name());
99 Variable* var = context_locals[i];
166 int context_locals = ContextLocalCount(); local
169 bool has_context = context_locals > 0 ||
175 return Context::MIN_CONTEXT_SLOTS + context_locals +
heap-snapshot-generator.cc 1276 int context_locals = scope_info->ContextLocalCount(); local
    [all...]

Completed in 60 milliseconds