Lines Matching refs:Allocator
48 functionScopes_(Allocator()->Adapter()), in Binder()
49 functionNames_(Allocator()->Adapter()), in Binder()
50 anonymousFunctionNames_(Allocator()->Adapter()), in Binder()
51 functionHashNames_(Allocator()->Adapter()), in Binder()
52 variableNames_(Allocator()->Adapter()), in Binder()
53 specialFuncNameIndexMap_(Allocator()->Adapter()), in Binder()
104 inline ArenaAllocator *Allocator() const in Allocator() function
106 return program_->Allocator(); in Allocator()
241 …: LexicalScope(binder->Allocator()->New<T>(binder->Allocator(), binder->scope_, std::forward<Args>… in LexicalScope()
281 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddTsDecl()
284 if (scope_->AddTsDecl(Allocator(), decl, program_->Extension())) { in AddTsDecl()
295 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddTsDecl()
299 if (scope_->AddTsDecl(Allocator(), decl, program_->Extension())) { in AddTsDecl()
310 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddDecl()
313 if (scope_->AddDecl(Allocator(), decl, program_->Extension())) { in AddDecl()
324 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddDecl()
328 if (scope_->AddDecl(Allocator(), decl, program_->Extension())) { in AddDecl()