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

  /external/v8/src/
scopeinfo.cc 44 ZoneList<Variable*> context_locals(scope->ContextLocalCount());
45 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
47 const int context_local_count = context_locals.length();
112 context_locals.Sort(&Variable::CompareIndex);
117 scope_info->set(index++, *context_locals[i]->name());
123 Variable* var = context_locals[i];
188 int context_locals = ContextLocalCount(); local
191 bool has_context = context_locals > 0 ||
196 return Context::MIN_CONTEXT_SLOTS + context_locals +
scopes.h 353 ZoneList<Variable*>* context_locals);
scopes.cc 573 ZoneList<Variable*>* context_locals) {
575 ASSERT(context_locals != NULL);
595 context_locals->Add(var);
    [all...]
profile-generator.cc 2076 int context_locals = scope_info->ContextLocalCount(); local
    [all...]

Completed in 51 milliseconds