Home
last modified time | relevance | path

Searched refs:NewMemPool (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase.cpp42 MemPool *res = memPoolCtrler.NewMemPool("temp Mempool", true); in ApplyTempMemPool()
H A Dmaple_phase_manager.cpp27 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 Dreg_alloc.cpp51 MemPool *tempMP = memPoolCtrler.NewMemPool("regalloc", true); in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg.h194 : memPool(memPoolCtrler.NewMemPool("maplecg mempool", false /* isLocalPool */)), in CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h105 MemPool *NewMemPool(const std::string &, bool isLocalPool);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp69 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 Dmir_module.cpp28 pragmaMemPool(memPoolCtrler.NewMemPool("pragma mempool", false /* isLcalPool */)), in MIRModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp535 MemPool *localMp = memPoolCtrler.NewMemPool("opnd verify mempool", true); in IsOperandImmValid()

Completed in 11 milliseconds