Searched refs:NewMemPool (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
H A D | maple_phase.cpp | 42 MemPool *res = memPoolCtrler.NewMemPool("temp Mempool", true); in ApplyTempMemPool()
|
H A D | maple_phase_manager.cpp | 27 phaseMempool = memPoolCtrler.NewMemPool(mempoolName, true); in ApplyMemPoolForAnalysisPhase() 29 phaseMempool = innerCtrler->NewMemPool(mempoolName, true); in ApplyMemPoolForAnalysisPhase()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc.cpp | 51 MemPool *tempMP = memPoolCtrler.NewMemPool("regalloc", true); in PhaseRun()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cg.h | 194 : memPool(memPoolCtrler.NewMemPool("maplecg mempool", false /* isLocalPool */)), in CG()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
H A D | mempool.h | 105 MemPool *NewMemPool(const std::string &, bool isLocalPool);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
H A D | mempool.cpp | 69 MemPool *MemPoolCtrler::NewMemPool(const std::string &name, bool isLocalPool) in NewMemPool() function in maple::MemPoolCtrler
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_module.cpp | 28 pragmaMemPool(memPoolCtrler.NewMemPool("pragma mempool", false /* isLcalPool */)), in MIRModule()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 535 MemPool *localMp = memPoolCtrler.NewMemPool("opnd verify mempool", true); in IsOperandImmValid()
|
Completed in 11 milliseconds