Searched refs:ThreadLocalMemPool (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_irmap.cpp | 25 mirFunction->SetMemPool(new ThreadLocalMemPool(memPoolCtrler, "IR Dump")); in Dump()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | litecg.cpp | 124 …auto cgPhaseManager = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "cg function phasemanage… in DoCG()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | peep.cpp | 625 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()
|
| D | cg_phasemanager.cpp | 360 auto funcMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, funcSt->GetName()); in PhaseRun()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_function.h | 577 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/ |
| D | maple_phase_manager.cpp | 256 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/ |
| D | mempool.h | 227 using ThreadLocalMemPool = MemPool; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 76 memPool = new ThreadLocalMemPool(*this, name); in NewMemPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_function.h | 221 versMemPool = new ThreadLocalMemPool(memPoolCtrler, "verst mempool"); in GetVersMp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | maple_phase_manager.h | 144 … std::unique_ptr<ThreadLocalMemPool> AllocateMemPoolInPhaseManager(const std::string &mempoolName);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_function.cpp | 766 codeMemPool = new ThreadLocalMemPool(memPoolCtrler, "tmp debug"); in SetUpGDBEnv()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1582 auto switchMp = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "switchlowere"); in LowerBlock() 2005 auto memPool = std::make_unique<ThreadLocalMemPool>(memPoolCtrler, "CreateNewBB mempool"); in LowerTryCatchBlocks()
|