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.cpp121 …auto cgPhaseManager = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "cg function phasemanage… in DoCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp635 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in Peephole0()
647 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PeepholeOpt()
659 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PrePeepholeOpt()
671 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "peepholeOptObj"); in PrePeepholeOpt1()
Dcg_phasemanager.cpp339 auto funcMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, funcSt->GetName()); in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h582 codeMemPoolTmp = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempool()
588 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempool()
606 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMempoolAllocator()
1235 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "func code mempool"); in GetCodeMemPool()
1370 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.h218 using ThreadLocalMemPool = MemPool; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp70 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.cpp756 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "tmp debug"); in SetUpGDBEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1854 auto switchMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "switchlowere"); in LowerBlock()
2404 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "CreateNewBB mempool"); in LowerTryCatchBlocks()