Searched defs:stack_locals (Results 1 – 3 of 3) sorted by relevance
18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create() local
567 void Scope::CollectStackAndContextLocals(ZoneList<Variable*>* stack_locals, in CollectStackAndContextLocals()
1156 ZoneList<Variable*> stack_locals(locals, scope->zone()); in WriteBodyInternal() local