Searched refs:stack_locals (Results 1 – 4 of 4) sorted by relevance
18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create() local20 scope->CollectStackAndContextLocals(&stack_locals, &context_locals); in Create()21 const int stack_local_count = stack_locals.length(); in Create()80 DCHECK(stack_locals[i]->index() == i); in Create()81 scope_info->set(index++, *stack_locals[i]->name()); in Create()
584 void Scope::CollectStackAndContextLocals(ZoneList<Variable*>* stack_locals, in CollectStackAndContextLocals() argument586 DCHECK(stack_locals != NULL); in CollectStackAndContextLocals()608 stack_locals->Add(var, zone()); in CollectStackAndContextLocals()628 stack_locals->Add(var, zone()); in CollectStackAndContextLocals()
344 void CollectStackAndContextLocals(ZoneList<Variable*>* stack_locals,
1177 ZoneList<Variable*> stack_locals(locals, scope->zone()); in WriteBodyInternal() local1179 scope->CollectStackAndContextLocals(&stack_locals, &context_locals); in WriteBodyInternal()1183 stack_locals[local]->name()->ToCString(DISALLOW_NULLS).get()); in WriteBodyInternal()