Home
last modified time | relevance | path

Searched refs:FrontAllocator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h153 class FrontAllocator {
155 explicit FrontAllocator(PandaGen *pg);
156 NO_COPY_SEMANTIC(FrontAllocator);
157 NO_MOVE_SEMANTIC(FrontAllocator);
158 ~FrontAllocator();
DregAllocator.cpp26 FrontAllocator::FrontAllocator(PandaGen *pg) in FrontAllocator() function in panda::es2panda::compiler::FrontAllocator
31 FrontAllocator::~FrontAllocator() in ~FrontAllocator()
Dpandagen.cpp218 FrontAllocator fa(this); in InitializeLexEnv()
227 FrontAllocator fa(this); in CopyFunctionArguments()