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();
90 context_locals.Sort(&Variable::CompareIndex);
95 scope_info->set(index++, *context_locals[i]->name());
101 Variable* var = context_locals[i];
170 int context_locals = ContextLocalCount(); local
173 bool has_context = context_locals > 0 ||
179 return Context::MIN_CONTEXT_SLOTS + context_locals +
scopes.cc 585 ZoneList<Variable*>* context_locals) {
587 DCHECK(context_locals != NULL);
594 context_locals->Add(var, zone());
605 context_locals->Add(var, zone());
630 context_locals->Add(var, zone());
    [all...]
scopes.h 345 ZoneList<Variable*>* context_locals);
gdb-jit.cc 1178 ZoneList<Variable*> context_locals(context_slots, scope->zone());
1179 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
    [all...]
heap-snapshot-generator.cc 1239 int context_locals = scope_info->ContextLocalCount(); local
    [all...]

Completed in 59 milliseconds