Lines Matching refs:ZoneList
478 ZoneList<Declaration*>* declarations() { return &decls_; }
481 ZoneList<Scope*>* inner_scopes() { return &inner_scopes_; }
505 ZoneList<Variable*>* stack_locals, ZoneList<Variable*>* context_locals,
506 ZoneList<Variable*>* context_globals,
507 ZoneList<Variable*>* strong_mode_free_variables = nullptr);
608 ZoneList<Scope*> inner_scopes_; // the immediately enclosed inner scopes
625 ZoneList<Variable*> temps_;
627 ZoneList<Variable*> params_;
631 ZoneList<VariableProxy*> unresolved_;
633 ZoneList<Declaration*> decls_;