Home
last modified time | relevance | path

Searched refs:SetMemPool (Results 1 – 6 of 6) 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()
47 mirFunction->SetMemPool(backup); in Dump()
Dmeexpr_use_info.cpp142 allocator.SetMemPool(irMap->GetIRMapAlloc().GetMemPool()); in CollectUseInfoInFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h86 void SetMemPool(MemPool *memPool) in SetMemPool() function
89 codeMemPoolAllocator.SetMemPool(codeMemPool); in SetMemPool()
572 codeMemPoolAllocator.SetMemPool(nullptr); in ReleaseCodeMemory()
574 SetMemPool(nullptr); in ReleaseCodeMemory()
583 codeMemPoolTmpAllocator.SetMemPool(codeMemPoolTmp); in GetCodeMempool()
589 codeMemPoolAllocator.SetMemPool(codeMemPool); in GetCodeMempool()
607 codeMemPoolAllocator.SetMemPool(codeMemPool); in GetCodeMempoolAllocator()
1236 codeMemPoolAllocator.SetMemPool(codeMemPool); in GetCodeMemPool()
1371 codeMemPoolTmpAllocator.SetMemPool(codeMemPoolTmp); in GetCodeMemPoolTmp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h222 versAlloc.SetMemPool(versMemPool); in GetVersMp()
232 versAlloc.SetMemPool(nullptr); in ReleaseVersMemory()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h59 void SetMemPool(MemPool *m) in SetMemPool() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp757 codeMemPoolAllocator.SetMemPool(codeMemPool); in SetUpGDBEnv()