Home
last modified time | relevance | path

Searched refs:ThreadLocalMemPool (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_irmap.cpp25 mirFunction->SetMemPool(new ThreadLocalMemPool(memPoolCtrler, "IR Dump")); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp124 …auto cgPhaseManager = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "cg function phasemanage… in DoCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp625 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in Peephole0()
637 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PeepholeOpt()
649 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PrePeepholeOpt()
661 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PrePeepholeOpt1()
Dcg_phasemanager.cpp360 auto funcMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, funcSt->GetName()); in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h577 codeMemPoolTmp = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempool()
583 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempool()
601 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempoolAllocator()
1230 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMemPool()
1365 codeMemPoolTmp = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMemPoolTmp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp256 std::unique_ptr<ThreadLocalMemPool> MaplePhaseManager::AllocateMemPoolInPhaseManager(const std::str… in AllocateMemPoolInPhaseManager()
261 return std::make_unique<ThreadLocalMemPool>(memPoolCtrler, mempoolName); in AllocateMemPoolInPhaseManager()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h227 using ThreadLocalMemPool = MemPool; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp76 memPool = new ThreadLocalMemPool(*this, name); in NewMemPool()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h221 versMemPool = new ThreadLocalMemPool(memPoolCtrler, "verst mempool"); in GetVersMp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h144 … std::unique_ptr<ThreadLocalMemPool> AllocateMemPoolInPhaseManager(const std::string &mempoolName);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp766 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "tmp debug"); in SetUpGDBEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1582 auto switchMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "switchlowere"); in LowerBlock()
2005 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "CreateNewBB mempool"); in LowerTryCatchBlocks()