HomeSort by relevance Sort by last modified time
    Searched refs:context_locals (Results 1 - 5 of 5) 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 +
scopes.cc 568 ZoneList<Variable*>* context_locals) {
570 ASSERT(context_locals != NULL);
577 context_locals->Add(var, zone());
588 context_locals->Add(var, zone());
613 context_locals->Add(var, zone());
    [all...]
scopes.h 339 ZoneList<Variable*>* context_locals);
gdb-jit.cc 1157 ZoneList<Variable*> context_locals(context_slots, scope->zone());
1158 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
    [all...]
heap-snapshot-generator.cc 1276 int context_locals = scope_info->ContextLocalCount(); local
    [all...]

Completed in 243 milliseconds